Skip to content

Commit 9a112c8

Browse files
committed
add underline to section titles
1 parent 4b7d22b commit 9a112c8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/screens/landing-page/LandingPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const LandingPage = () => {
1919
<Layout>
2020
<VStack gap={0}>
2121
<VStack>
22-
<LandingPageTopSection isDesktop={isDesktop} />
22+
<LandingPageTopSection isDesktop={isDesktop}/>
2323
</VStack>
2424
<VStack>
2525
<LandingPageFact isDesktop={isDesktop}/>

src/screens/landing-page/components/LandingPageSectionTitle.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ const styles = {
2020
fontWeight: 'bold',
2121
fontSize: '48px',
2222
textAlign: 'center',
23+
paddingBottom: '2px',
24+
borderBottom: '2px solid rgba(252, 215, 85)',
2325
}
2426
};
2527

0 commit comments

Comments
 (0)