Update an.css

This commit is contained in:
Вячеслав
2020-04-13 15:25:57 +00:00
parent b1995cff1e
commit 2c93b8f40c

View File

@@ -70,6 +70,7 @@ h1 {
-ms-flex-align: center; -ms-flex-align: center;
align-items: center; align-items: center;
float: left; float: left;
margin-right: 2%;
} }
.zoom-loop { .zoom-loop {
font-size: 2.5em; font-size: 2.5em;
@@ -81,13 +82,14 @@ h1 {
width: 50%; width: 50%;
font-size: 2.5em; font-size: 2.5em;
height: 100%; height: 100%;
text-align: center;
} }
#pagenav { #pagenav {
display: flex; display: flex;
width: 83%; width: 82%;
box-sizing: border-box; box-sizing: border-box;
justify-content: left; justify-content: left;
text-align: center; align-items: center;
} }
#currpage { #currpage {
list-style-type: none; list-style-type: none;
@@ -198,4 +200,18 @@ h1 {
display: flex; display: flex;
align-items: center; align-items: center;
} }
@media screen and (max-width: 560px) {
.navprev {
font-size:2.2em;
}
#downloadtitle {
font-size: 2.2em;
padding: 10px 0px;
}
.zoompdf {
font-size:3.5em;
}
#brand_title, #page_title {
font-size:1.2em;
}
}