This commit is contained in:
Tolstoevsky 2020-02-21 12:57:27 +03:00
parent a80aa5e3f0
commit 4c38650796
No known key found for this signature in database
GPG Key ID: EDD59F3A654C596C
1 changed files with 3 additions and 4 deletions

View File

@ -37,7 +37,6 @@
.dropdown-content {
display: none;
position: absolute;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
@ -57,7 +56,7 @@
.dropdown:hover .dropdown-content {
display: flex;
display: inline-block;
}
@media screen and (max-width: 600px) {
@ -79,13 +78,13 @@
}
.topnav.responsive a {
float: none;
display: flex;
display: inline-block;
text-align: left;
}
.topnav.responsive .dropdown {float: none;}
.topnav.responsive .dropdown-content {position: relative;}
.topnav.responsive .dropdown .dropbtn {
display: flex;
display: inline-block;
width: 100%;
text-align: left;
}