AAI - header/footer
This commit is contained in:
parent
bef008eb0e
commit
b3c447c3b3
@ -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;
|
||||||
}
|
}
|
||||||
@ -759,6 +773,11 @@ input[type=button]:hover,
|
|||||||
|
|
||||||
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{
|
||||||
|
max-width: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
border: 1px solid red;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user