- search page styling

This commit is contained in:
Arno Kaimbacher 2021-12-21 14:58:22 +01:00
parent fafa254851
commit c5778f1356
4 changed files with 113 additions and 59 deletions

View file

@ -443,6 +443,35 @@ body {
}
// search banner
.banner {
background-image: url(./../../assets/site/img/main-search-banner.jpg);
background-size: cover;
background-position-x: center;
background-position-y: 25%;
background-repeat: no-repeat;
padding: 6.2em 0 6.2em 0;
min-height: 400px;
width: 100%;
/* display: flex;
flex-direction: column; */
justify-content: center;
align-items: center;
}
.mz-5 {
margin-bottom: 1.5 rem;
}
@media (max-width: 576px) {
.banner {
align-items: flex-start;
height: 400px;
}
}
@media only screen and (max-width: 580px) {
.mobile-space {