Skip to content

Commit

Permalink
Update navbar padding
Browse files Browse the repository at this point in the history
  • Loading branch information
aidantrabs committed Mar 26, 2024
1 parent 5d530cc commit 29e05a9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ import {

const Landing: React.FC = () => {
return (
// padding calculation
// logo in navbar height = 3.5rem
// navbar adds top and bottom padding of 2rem
// total top padding = 3.5 + 4 = 7.5rem
<div className="pt-[7.5rem]">
<div className="pt-[5rem]">
<Navbar />
<HeroStatSection />
<SponsorFAQSection />
Expand Down

0 comments on commit 29e05a9

Please sign in to comment.