navbar uses the entire width without being forced left at 0
This commit is contained in:
parent
dd0a510036
commit
8bcdcbc06e
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
.nav-wrapper {
|
||||||
|
position: fixed;
|
||||||
|
width: -webkit-fill-available;
|
||||||
|
top: 0;
|
||||||
|
z-index: 10;
|
||||||
|
}
|
||||||
|
|
||||||
nav .brand-logo {
|
nav .brand-logo {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
margin-top: auto !important;
|
margin-top: auto !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue