Skip to content

Commit

Permalink
Fix priority info padding on mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxey committed Sep 14, 2023
1 parent a75a769 commit c9fec1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/home/priorityInfo.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div
class="flex flex-col bg-rp-cream rounded-xl w-full max-w-4xl mx-auto p-4 md:p-8 text-white custom-background border border-yellow-300 my-4 relative overflow-hidden"
class="flex flex-col bg-rp-cream rounded-xl w-full max-w-4xl mx-3 p-4 md:p-8 text-white custom-background border border-yellow-300 my-4 relative overflow-hidden"
>
<h2
class="text-center text-3xl flex flex-col mx-auto gap-3 font-serif text-gray-200 w-fit mt-5 z-30"
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@
<Stats />
<Schedule schedule={data.schedule} />
<Info />
<PriorityInfo />
</span>
</div>
<PriorityInfo />
<Sponsors />
<Buildings />

0 comments on commit c9fec1c

Please sign in to comment.