added some weird fixes to prevent navbar overlapping

This commit is contained in:
2021-01-24 00:48:59 +01:00
parent 91815340de
commit 5563157e30
5 changed files with 59 additions and 11 deletions

View File

@ -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; }