We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ac2b2 commit afe6e27Copy full SHA for afe6e27
src/components/Footer.jsx
@@ -10,7 +10,7 @@ const Footer = () => (
10
<footer
11
id="footer"
12
className="
13
- w-screen
+ w-full
14
p-4
15
mt-4
16
bg-secondary-700
src/components/Hero.jsx
@@ -72,7 +72,7 @@ const Hero = () => {
72
return (
73
<section
74
75
76
aspect-[9/16] sm:aspect-[3/4] md:aspect-[4/3] lg:aspect-[21/9]
77
bg-primary-400 dark:bg-primary-600
78
max-h-screen
0 commit comments