This commit is contained in:
Your Name
2020-05-27 11:42:51 +03:00
parent 131dcd2eb8
commit 689ca2246b
2 changed files with 14 additions and 3 deletions

View File

@@ -501,6 +501,9 @@ input[type="email"],input[type="password"]{
#zoomnav div, #pagenav div {
margin-right: 15px;
}
#downloadtitle {
font-size: .85em;
}
}
@media screen and (max-width: 560px) {
@@ -518,11 +521,14 @@ input[type="email"],input[type="password"]{
font-size: .8em;
}
#downloadtitle {
font-size: .75em;
font-size: .7em;
padding: 10px;
line-height: 16px;
text-align: center;
}
#downarrow {
padding: 8px 0px 8px 2px;
}
.adv, .mob-hidden {
display:none;
}
@@ -565,7 +571,6 @@ input[type="email"],input[type="password"]{
width: 100%;
float: none;
margin: 0px auto;
/* margin-right: 25px; */
margin-bottom: 20px;
}
#an_text_block {
@@ -604,6 +609,9 @@ input[type="email"],input[type="password"]{
#stuff-bar {
font-size: 1em;
}
#downloadtitle {
font-size: .6em;
}
}
@media screen and (max-width: 390px) {
body {
@@ -625,4 +633,7 @@ input[type="email"],input[type="password"]{
#stuff-bar {
font-size: .9em;
}
#downloadtitle {
font-size: .5em;
}
}