- search input on home view component

This commit is contained in:
Arno Kaimbacher 2021-12-16 17:34:03 +01:00
parent 57ba2af299
commit 646f1b3843
8 changed files with 82 additions and 26 deletions

View file

@ -97,6 +97,7 @@ $table-striped-row-even-hover-background-color: #ecf2fa;
}
}
// search image
.header-image {
background-image: url("./../site/img/Main-banner-homepage-xl.jpg");
background-size: cover;
@ -290,9 +291,9 @@ body {
overflow: hidden;
}
#home_padding {
margin-top: 7%;
}
// #home_padding {
// margin-top: 7%;
// }
@media screen and (max-width: 768px) {
#featured_area {