navbar uses the entire width without being forced left at 0

This commit is contained in:
buzz-lightsnack-2007 2024-05-10 23:07:10 +08:00
parent dd0a510036
commit 8bcdcbc06e

View file

@ -1,3 +1,10 @@
.nav-wrapper {
position: fixed;
width: -webkit-fill-available;
top: 0;
z-index: 10;
}
nav .brand-logo {
position: relative !important;
margin-top: auto !important;