Update an.css

This commit is contained in:
Вячеслав
2020-04-13 16:10:09 +00:00
parent be67104029
commit 116c3300b5

View File

@@ -90,10 +90,17 @@ h1 {
text-align: center;
}
#pagenav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 82%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#currpage {