Skip to content

Commit 298a183

Browse files
committed
add more padding for the nav
1 parent 54aba20 commit 298a183

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sections/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const Hero = () => (
3434
background: "url(background.jpg) center / cover",
3535
minHeight: "100vh",
3636
position: "relative",
37-
pt: ["42rem", "20rem", "14rem"],
37+
pt: ["48rem", "20rem", "14rem"],
3838
"&:before": {
3939
content: '""',
4040
position: "absolute",

0 commit comments

Comments
 (0)