new select

This commit is contained in:
Your Name
2020-05-21 12:46:11 +03:00
parent de74633a31
commit 71a1307b96
2 changed files with 13 additions and 1 deletions

View File

@@ -520,6 +520,12 @@ input[type="email"],input[type="password"]{
#menu_category ul li, #menu_category ul li.active {
padding: 4px 8px;
}
#zoomnav div, #pagenav div {
margin-right: 8px;
}
#stuff-bar {
font-size: 1em;
}
}
@media screen and (max-width: 390px) {
body {
@@ -538,4 +544,10 @@ input[type="email"],input[type="password"]{
padding: 6px;
margin-right: 6px;
}
#zoomnav div, #pagenav div {
margin-right: 5px;
}
#stuff-bar {
font-size: .9em;
}
}