fix mobile navigation bar

This commit is contained in:
ch0ccyra1n 2023-04-17 15:23:02 -07:00
parent cda2cbbf2a
commit 52e0db9665

View file

@ -108,7 +108,6 @@ footer {
padding: 0;
position: fixed;
overflow: auto;
width: 25%;
list-style-type: none;
}
@ -136,6 +135,7 @@ li:first-child {
#nav-list {
background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("/images/bgs/nav-bg.png");
background-size: 100% 100%;
width: 25%;
}
}
@ -163,6 +163,7 @@ li:first-child {
flex-direction: column;
background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("/images/bgs/nav-bg.png");
background-size: 100% 100%;
width: 100%
}
.nav-li {
width: 100%;