Skip to content

Commit 87dd750

Browse files
committed
Adjustments
1 parent e0ce1ab commit 87dd750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Hero/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
gap: 4rem;
77
height: 100vh;
88
position: relative;
9+
margin-bottom: 4rem;
910

10-
--gradient-height: 1.5rem;
11+
--gradient-height: 3rem;
1112
}
1213

1314
.hero::before {
@@ -36,7 +37,6 @@
3637
background: linear-gradient(
3738
to bottom,
3839
transparent,
39-
transparent 50%,
4040
var(--color-background)
4141
);
4242
}

0 commit comments

Comments
 (0)