From e24ded18f506c6803ed8ef1fa8746887185bcc32 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 22 May 2020 17:35:56 +0300 Subject: [PATCH] menu --- app/pub/css/an.css | 41 ++++++++++++++++++++++++++++++++--------- 1 file changed, 32 insertions(+), 9 deletions(-) diff --git a/app/pub/css/an.css b/app/pub/css/an.css index 228f818..f3771c5 100644 --- a/app/pub/css/an.css +++ b/app/pub/css/an.css @@ -368,13 +368,14 @@ input[type="email"],input[type="password"]{ #an_text_block{ padding: 10px; background-color: white; + font-size: 1.2em; + line-height: 26px; } .antitle{ text-transform: uppercase; font-weight: bold; - font-size: .9em; - line-height: 22px; + font-size: 1.1em; } .antext{ @@ -382,15 +383,16 @@ input[type="email"],input[type="password"]{ border-bottom: 4px solid black; } -.anphoto{ - width: 99.5%; - margin: 0px auto; - box-sizing: border-box; -} +.anphoto { + width: 50.5%; + float: left; + margin: 0px; + margin-right: 25px; +} .anphoto IMG { - width: 85%; - margin: 0px auto; + width: 100%; + margin: 0px; display: block; } @@ -473,6 +475,10 @@ input[type="email"],input[type="password"]{ #zoomnav, #pagenav { width: 48%; } + #an_text_block { + font-size: 1em; + line-height: 23px; + } } @media screen and (max-width: 560px) { @@ -533,6 +539,23 @@ input[type="email"],input[type="password"]{ font-size: .65em; justify-content: center; } + .antitle{ + font-size: 1em; + } + .anphoto { + width: 100%; + float: none; + margin: 0px auto; + /* margin-right: 25px; */ + margin-bottom: 20px; + } + #an_text_block { + font-size: 1.1em; + line-height: 27px; + } + .antitle { + font-size: 1.2em; + } } @media screen and (max-width: 460px) { header {