Skip to content

Commit

Permalink
add underline to section titles
Browse files Browse the repository at this point in the history
  • Loading branch information
wbglaeser committed Sep 17, 2024
1 parent 4b7d22b commit 9a112c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/landing-page/LandingPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const LandingPage = () => {
<Layout>
<VStack gap={0}>
<VStack>
<LandingPageTopSection isDesktop={isDesktop} />
<LandingPageTopSection isDesktop={isDesktop}/>
</VStack>
<VStack>
<LandingPageFact isDesktop={isDesktop}/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ const styles = {
fontWeight: 'bold',
fontSize: '48px',
textAlign: 'center',
paddingBottom: '2px',
borderBottom: '2px solid rgba(252, 215, 85)',
}
};

Expand Down

0 comments on commit 9a112c8

Please sign in to comment.