Minor patch mobile nav

This commit is contained in:
2021-12-21 21:49:11 +01:00
parent 55aa4b7771
commit ee4e847333
2 changed files with 4 additions and 3 deletions

View File

@@ -439,7 +439,7 @@ there.
Dropdown for mobile-navbar.
======================================================= */
.dropdown {
display: inline-block;
display: block;
color: #f2f2f2;
text-align: center;
text-decoration: none;
@@ -461,6 +461,7 @@ text-decoration: none;
background-color: #000;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
width: 100%;
z-index: 1;
}
.dropdown-content a {