Merge pull request #19 from code913/sitcky-nav

Always show navbar
main
SolDev69 2 years ago committed by GitHub
commit c166cafd17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,6 +38,8 @@
}
nav {
position: sticky;
top: 0px;
display: grid;
align-items: center;
column-gap: $space;

Loading…
Cancel
Save