feat: always show navbar

main
code913 2 years ago committed by GitHub
parent a9be568abc
commit 3d2d7add6a
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