Skip to content

Commit ea015d1

Browse files
committed
Make hero to be a bit lower so it doesnt interfere with buy button
1 parent 6545b52 commit ea015d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sections/hero.tsx

+1-1
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: ["48rem", "20rem", "14rem"],
37+
pt: ["52rem", "20rem", "14rem"],
3838
"&:before": {
3939
content: '""',
4040
position: "absolute",

0 commit comments

Comments
 (0)