Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit aa284c2

Browse files
committed
fix: Margin bug on side nav hero mask.
1 parent da919e8 commit aa284c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/layout.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ main {
207207
/* Equivalent of .85 opacity without the transparency! */
208208
filter: brightness(160%) saturate(45%);
209209
height: 152px;
210-
margin-bottom: 0 -2.4rem -152px 0;
210+
margin: 0 -2.4rem -152px 0;
211211
position: sticky;
212212
top: 0;
213213
width: 100vw;

0 commit comments

Comments
 (0)