Skip to content

Commit

Permalink
Merge branch 'main' into 132/fix-access-page
Browse files Browse the repository at this point in the history
  • Loading branch information
parsley001 authored Oct 25, 2024
2 parents f898df7 + a64f0a3 commit 41ecb08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/EventPanel.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ const EventSlugs = (await getCollection('events'))

<ColoredContainer color="violet" class="max-w-[1250px] flex-col">
<div class="w-full flex justify-between items-center">
<ColoredHeading as="h3" class="text-3xl" text="イベント" color="violet" />
<ColoredHeading as="h3" class="text-4xl" text="イベント" color="violet" />
<p
class="text-lg font-Dela text-mauve-11 text-stroke-mauve-1 text-stroke-8 paint-sfm drop-shadow-bump shadow-mauve-6 hidden md:block"
class="text-2xl font-Dela text-mauve-11 text-stroke-mauve-1 text-stroke-8 paint-sfm drop-shadow-bump shadow-mauve-6 hidden md:block"
>
この時限りの演奏と催しを楽しもう
</p>
Expand Down

0 comments on commit 41ecb08

Please sign in to comment.