From b3c447c3b3fe1c36ec651bd7f656a3f7b7e9c383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Tue, 14 Jun 2022 13:33:20 +0200 Subject: [PATCH] AAI - header/footer --- frontend/simple/css/aai.css | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/frontend/simple/css/aai.css b/frontend/simple/css/aai.css index 4bdce66e5..15d06ec6b 100644 --- a/frontend/simple/css/aai.css +++ b/frontend/simple/css/aai.css @@ -24,7 +24,8 @@ body.landing_page #content.aai #main { } header { - padding: 0px; + height: unset; + padding-top: 13px; align-items: flex-end; } @@ -59,6 +60,10 @@ header nav span.menu_item.active { header .logo a img { height: 45px; } +header .logo a img:last-of-type { + margin-left: 32px; + +} header nav span.lang_switch img { padding-right: 6px; @@ -83,7 +88,7 @@ header nav span.lang_switch img { } .nav-desktop { align-items: center; - padding-bottom: 12px; + padding-bottom: 13px; } #header-btn:hover { @@ -545,6 +550,15 @@ input[type=button]:hover, font-size: 50px; } + header .logo a img { + max-height: 29px; + max-width: 95px ; + + } + header .logo a img:last-of-type{ + margin-left: 12px; + } + .hero-container { padding-top: 50px; } @@ -758,7 +772,12 @@ input[type=button]:hover, max-height: 180px; text-align: left; - + + /* flex: 1; + margin-right: 25px; */ + } + footer .footer_content .col:last-child{ + /* margin-right: 0px; */ } footer .footer_content .col span { @@ -777,7 +796,11 @@ input[type=button]:hover, footer .footer_content .col1{ - width: 100%; + max-width: 100%; + width: 100%; + border: 1px solid red; + + }