Update an.css

This commit is contained in:
Вячеслав
2020-04-13 15:44:14 +00:00
parent 6ec40999be
commit 399adf0146

View File

@@ -9,7 +9,12 @@ h1 {
font-size: 1.4em; font-size: 1.4em;
text-align: center; text-align: center;
} }
#stuff-bar {
display: flex;
align-items: center;
height: 100px;
flex-wrap: wrap;
}
#brand_title{ #brand_title{
color: #4e4f55; color: #4e4f55;
@@ -202,16 +207,29 @@ h1 {
} }
@media screen and (max-width: 560px) { @media screen and (max-width: 560px) {
.navprev { .navprev {
font-size:2.2em; font-size:1em;
} }
#downloadtitle { #downloadtitle {
font-size: 2.2em; font-size: 1.2em;
padding: 10px 0px; padding: 5px 0px;
} }
.zoompdf { .zoompdf {
font-size:3.5em; font-size:2em;
} }
#brand_title, #page_title { #brand_title, #page_title {
font-size:1.2em; font-size:1.2em;
} }
#zoomnav {
width: 30%;
}
#pagenav {
width:100%;
}
#currpage{
font-size: 2.2em;
padding: 3px 15px;
}
#stuff-bar {
height: 150px;
}
} }