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;
align-items: center;
float: left;
margin-right: 2%;
}
.zoom-loop {
font-size: 2.5em;
@@ -81,13 +82,14 @@ h1 {
width: 50%;
font-size: 2.5em;
height: 100%;
text-align: center;
}
#pagenav {
display: flex;
width: 83%;
width: 82%;
box-sizing: border-box;
justify-content: left;
text-align: center;
align-items: center;
}
#currpage {
list-style-type: none;
@@ -198,4 +200,18 @@ h1 {
display: flex;
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;
}
}