We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a97ea commit f032038Copy full SHA for f032038
1 file changed
src/sections/hero.tsx
@@ -31,7 +31,7 @@ export const Hero = () => (
31
flexDirection: "column",
32
alignItems: "center",
33
justifyContent: "center",
34
- background: `url(background.jpg) center / cover`,
+ background: "url(background.jpg) center / cover",
35
minHeight: "100vh",
36
position: "relative",
37
pt: ["42rem", "20rem", "14rem"],
0 commit comments