AAi header

This commit is contained in:
Nejc Kovač 2022-06-10 12:33:13 +02:00
parent 939807024b
commit 1a156e461a

View File

@ -21,12 +21,19 @@ body.landing_page #content.aai #main {
header { header {
padding: 0px; padding: 0px;
align-items: flex-end;
} }
header .nav-desktop span.menu_item { header .nav-desktop span.menu_item {
margin-left: 32px; margin-left: 32px;
text-transform: none; text-transform: none;
} }
header nav span.menu_item {
border-bottom: 0px;
}
header .nav-desktop span.menu_item a { header .nav-desktop span.menu_item a {
color: #343434; color: #343434;
font-style: normal; font-style: normal;
@ -45,6 +52,10 @@ header nav span.menu_item.active {
border-bottom: 3px #F07D3E solid; border-bottom: 3px #F07D3E solid;
} }
header .logo a img {
height: 45px;
}
header nav span.lang_switch img { header nav span.lang_switch img {
margin-right: 8px; margin-right: 8px;
} }
@ -289,6 +300,9 @@ footer .footer_content .col1 .col1-flex {
flex-direction: column; flex-direction: column;
} }
.arnes-logo {
height: 45px;
}
/* GDPR ZAHTEVEK -------------------------------------- */ /* GDPR ZAHTEVEK -------------------------------------- */