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 {
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;
}