added some weird fixes to prevent navbar overlapping
This commit is contained in:
10
dist/ef19487056b129c8f3eda17f9543ab70.css
vendored
10
dist/ef19487056b129c8f3eda17f9543ab70.css
vendored
@ -7,6 +7,11 @@ body {
|
||||
background: #f1f1f1;
|
||||
font-family: sans-serif; }
|
||||
|
||||
main {
|
||||
z-index: 980;
|
||||
position: relative;
|
||||
top: 6em; }
|
||||
|
||||
.dev {
|
||||
border: 1px solid black; }
|
||||
|
||||
@ -104,8 +109,11 @@ header {
|
||||
background: #dfdfdf;
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
height: 30px;
|
||||
z-index: 999;
|
||||
width: 100%; }
|
||||
width: 100%;
|
||||
height: auto;
|
||||
top: 0; }
|
||||
|
||||
.nav-toggle {
|
||||
display: none; }
|
||||
|
Reference in New Issue
Block a user