Skip to content

Commit

Permalink
Fixed success page responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
rezk2ll committed Nov 22, 2023
1 parent 1a0c289 commit 8c369cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/success/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<LoggedUser {username} {user} />
</div>
</div>
<div class="flex space-x-4 w-full xl:px-20 2xl:px-48 py-5 pt-10">
<div class="flex space-x-4 w-full xl:px-20 2xl:px-48 lg:py-4">
<div class="w-full overflow-hidden">
<div class="flex flex-col-reverse md:flex-row-reverse w-full py-10 lg:px-10">
<div class="flex flex-col-reverse lg:flex-row-reverse w-full py-10 lg:px-10">
<SuccessCard {user} bind:id={username} {phone} />
<div class="hidden md:block w-full">
<div class="hidden lg:block w-full">
<LoggedHero />
</div>
</div>
Expand Down

0 comments on commit 8c369cd

Please sign in to comment.