Files
nhgooi.nl/resources/assets/sass/components/_header.scss
Jorit Tijsen d75ab273ff Changed primary menu order
Increase size logo and slogan
Align menu item in bar better
Fix: grey background in menu
2024-05-14 13:44:11 +02:00

38 lines
487 B
SCSS
Vendored

.header {
height: 111px;
.logo {
float: left;
margin-top: 10px;
img {
height: 95px;
}
}
.advertisement {
float: right;
width: 728px;
height: 90px;
}
}
@media (max-width: 1170px) {
.header {
padding: 0 20px;
}
}
@media (max-width: 980px) {
.header {
height: 212px;
.logo {
float: none;
}
.advertisement {
float: none;
}
}
}
@media (max-width: 768px) {
.header_container {
display: none;
}
}