This commit is contained in:
Tolstoevsky 2020-02-18 15:00:49 +03:00
parent dcfee16ee7
commit 7901ab3e24
No known key found for this signature in database
GPG key ID: EDD59F3A654C596C
4 changed files with 182 additions and 4 deletions

View file

@ -11,7 +11,7 @@
width: auto;
color: #bbb;
padding: 2% 2% 2% 2%;
margin: 2% 2% 2% 2%;
margin: 1% 1% 1% 1%;
}

View file

@ -25,7 +25,8 @@
.dropdown .dropbtn {
font-size: 17px;
border: none;
border: 1px solid #888;
border-radius: 2px;
outline: none;
color: #bbb;
background-color: #335;
@ -42,7 +43,8 @@
z-index: 1;
color: #bbb;
background-color: #335;
border: 1px solid #888;
border-radius: 2px;
}
.dropdown-content a {