From 2c93b8f40c0f8a51ea46af8120e9b7ac5b87ffa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D1=8F=D1=87=D0=B5=D1=81=D0=BB=D0=B0=D0=B2?= Date: Mon, 13 Apr 2020 15:25:57 +0000 Subject: [PATCH] Update an.css --- app/pub/css/an.css | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/app/pub/css/an.css b/app/pub/css/an.css index 1a72108..0928d49 100644 --- a/app/pub/css/an.css +++ b/app/pub/css/an.css @@ -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; + } +}