Skip to content

Commit

Permalink
add space between navbar and text
Browse files Browse the repository at this point in the history
  • Loading branch information
norachams committed Mar 30, 2024
1 parent 99b5124 commit faa6ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/HeroStats.section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const HeroStatSection: React.FC = () => {
src={HawkHacksLogo}
alt="Hawkhacks logo"
/>
<div className="sm:space-y-2">
<div className="sm:space-y-2 mt-12">
<h1 className="bg-gradient-to-b from-[#2B6469] to-[#00CEDB] bg-clip-text text-4xl font-extrabold text-transparent sm:text-5.5xl lg:text-7xl xl:text-8.5xl">
HawkHacks 2024
</h1>
Expand Down

0 comments on commit faa6ab1

Please sign in to comment.