Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
chayapatr committed Mar 3, 2025
1 parent 0e14d22 commit c3a46d2
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,18 @@ const stories = [
</div>
</div>

<div
<div class="flex flex-col justify-between gap-4 pt-6 md:flex-row md:pt-0">
<div class="relative h-full w-full rounded-lg border border-black bg-[#f0f0f0] p-5">
<div class="my-5 text-balance text-2xl font-medium leading-snug lg:text-3xl">
🤔 No upcoming events as of now... //stay tuned!
</div>
</div>
<div class="justify-end rounded-lg border border-black p-5">
<pre class="text-xs">{cow}</pre>
</div>
</div>

<!-- <div
class="flex grid-cols-2 flex-col gap-4 md:grid lg:grid-cols-4 lg:gap-5"
>
<div
Expand Down Expand Up @@ -193,7 +204,7 @@ const stories = [
</a>
</div>
</div>
</div>
</div> -->
</section>

<section class="space-y-3 lg:space-y-5">
Expand Down

0 comments on commit c3a46d2

Please sign in to comment.