Skip to content

Commit

Permalink
fix: events paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Jul 12, 2024
1 parent cb307f9 commit cc9bc97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Events.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
import CardButton from "../components/ui/CardButton.astro";
---

<h3 class="font-semibold text-lg text-secondary mb-2 dark:text-white p-2">Today</h3>
<h3 class="font-semibold text-lg text-secondary mb-2 dark:text-white">Today</h3>

<div class="flex flex-col gap-4 md:w-full p-2">
<div class="flex flex-col gap-4 md:w-full">
<div class="flex flex-col md:flex-row justify-center gap-2">
<img
src="/img/events/cphlive2024.png"
Expand Down Expand Up @@ -45,8 +45,8 @@ import CardButton from "../components/ui/CardButton.astro";
</div>
</div>

<h3 class="font-semibold text-lg text-secondary mt-8 mb-2 dark:text-white p-2">Upcoming</h3>
<div class="flex flex-row gap-2 overflow-x-scroll p-2" tabindex="0">
<h3 class="font-semibold text-lg text-secondary mt-8 mb-2 dark:text-white">Upcoming</h3>
<div class="flex flex-row gap-2 overflow-x-scroll" tabindex="0">
<img
src="/img/events/procdctreg.png"
alt=""
Expand Down

0 comments on commit cc9bc97

Please sign in to comment.