Skip to content

Commit

Permalink
reduce top margin for sticky header
Browse files Browse the repository at this point in the history
  • Loading branch information
flxzt committed Oct 15, 2023
1 parent 543c6ba commit 6a50088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ footer {
}

header {
top: 6px;
top: 3px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion sass/parts/_nav.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
header {
position: sticky;
z-index: 1;
top: 12px;
top: 6px;
background-color: var(--accent-bg);
box-shadow: 0 2px 6px var(--bg-2);
border-radius: 9px;
Expand Down

0 comments on commit 6a50088

Please sign in to comment.