AAI - header/footer

This commit is contained in:
Nejc Kovač 2022-06-14 13:33:20 +02:00
parent bef008eb0e
commit b3c447c3b3

View File

@ -24,7 +24,8 @@ body.landing_page #content.aai #main {
} }
header { header {
padding: 0px; height: unset;
padding-top: 13px;
align-items: flex-end; align-items: flex-end;
} }
@ -59,6 +60,10 @@ header nav span.menu_item.active {
header .logo a img { header .logo a img {
height: 45px; height: 45px;
} }
header .logo a img:last-of-type {
margin-left: 32px;
}
header nav span.lang_switch img { header nav span.lang_switch img {
padding-right: 6px; padding-right: 6px;
@ -83,7 +88,7 @@ header nav span.lang_switch img {
} }
.nav-desktop { .nav-desktop {
align-items: center; align-items: center;
padding-bottom: 12px; padding-bottom: 13px;
} }
#header-btn:hover { #header-btn:hover {
@ -545,6 +550,15 @@ input[type=button]:hover,
font-size: 50px; 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 { .hero-container {
padding-top: 50px; padding-top: 50px;
} }
@ -758,7 +772,12 @@ input[type=button]:hover,
max-height: 180px; max-height: 180px;
text-align: left; text-align: left;
/* flex: 1;
margin-right: 25px; */
}
footer .footer_content .col:last-child{
/* margin-right: 0px; */
} }
footer .footer_content .col span { footer .footer_content .col span {
@ -777,7 +796,11 @@ input[type=button]:hover,
footer .footer_content .col1{ footer .footer_content .col1{
width: 100%; max-width: 100%;
width: 100%;
border: 1px solid red;
} }