Skip to content

Commit

Permalink
fix: styling (#50)
Browse files Browse the repository at this point in the history
* fix: update year

* fix: styling
  • Loading branch information
arian81 authored Sep 24, 2024
1 parent 36006f0 commit 7dfd4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const { id } = Astro.props;
<!-- RGBA(19, 77, 84, 1) -->

<div
class="z-10 flex w-full flex-col gap-4 text-center text-xl font-semiboldsm:w-3/4 sm:flex-row lg:w-1/2"
class="z-10 flex w-full flex-col gap-4 text-center text-xl font-semibold sm:w-3/4 sm:flex-row lg:w-1/2"
>
<!-- <a
href="https://portal.deltahacks.com/"
Expand Down

0 comments on commit 7dfd4ca

Please sign in to comment.