From 399adf01463dfb16e628b104dea8b9098c1b8265 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:44:14 +0000 Subject: [PATCH] Update an.css --- app/pub/css/an.css | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/app/pub/css/an.css b/app/pub/css/an.css index 0928d49..40ff172 100644 --- a/app/pub/css/an.css +++ b/app/pub/css/an.css @@ -9,7 +9,12 @@ h1 { font-size: 1.4em; text-align: center; } - + #stuff-bar { + display: flex; + align-items: center; + height: 100px; + flex-wrap: wrap; + } #brand_title{ color: #4e4f55; @@ -202,16 +207,29 @@ h1 { } @media screen and (max-width: 560px) { .navprev { - font-size:2.2em; + font-size:1em; } #downloadtitle { - font-size: 2.2em; - padding: 10px 0px; + font-size: 1.2em; + padding: 5px 0px; } .zoompdf { - font-size:3.5em; + font-size:2em; } #brand_title, #page_title { font-size:1.2em; } + #zoomnav { + width: 30%; + } + #pagenav { + width:100%; + } + #currpage{ + font-size: 2.2em; + padding: 3px 15px; + } + #stuff-bar { + height: 150px; + } }