Files
nhgooi.nl/resources/assets/sass/components/_header.scss
2024-03-20 12:31:55 +01:00

38 lines
487 B
SCSS
Vendored

.header {
height: 110px;
.logo {
float: left;
margin-top: 18px;
img {
height: 75px;
}
}
.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;
}
}