Skip to content

Commit

Permalink
Fix schedule bottom padding
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxey committed Sep 18, 2023
1 parent e166136 commit ff009da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/home/schedule.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</div>
<!-- Component Body -->
<div
class="bg-rp-cream h-[34rem] place-content-center place-items-center border-[1px] border-black rounded-sm w-full"
class="bg-rp-cream h-[34rem] place-content-center place-items-center border-[1px] border-black rounded-sm w-full pb-2"
>
<!-- Fake Heading Bar -->
<div class="flex flex-row m-2 items-start">
Expand Down Expand Up @@ -265,7 +265,7 @@
</div>
</div>
</div>
<p class="text-pink-200">Schedule is subject to change</p>
<p class="text-pink-200 md:self-start">Schedule is subject to change</p>
</div>

<style>
Expand Down

0 comments on commit ff009da

Please sign in to comment.