fix mobile margins

This commit is contained in:
ch0ccyra1n 2023-02-06 13:58:42 -08:00
parent 5b0616cec4
commit 6bf3869bed

View file

@ -115,7 +115,7 @@ footer {
.nav-button {
color: #FAFAFA;
padding: 0px 40px;
padding: 0px;
text-decoration: none;
}
li:first-child {
@ -151,6 +151,7 @@ li:first-child {
}
.nav-li {
padding-right: 8px;
width: 100%;
float: left;
display: none;
}
@ -159,7 +160,6 @@ li:first-child {
}
.nav-button {
display: block;
padding: 8px;
}
#nav-toggle-mobile {
align-self: flex-end;