CSS bugfix

This commit is contained in:
Jeremy Vyska 2022-02-23 07:31:30 +01:00
parent 1470a75676
commit 8157a3c268
2 changed files with 9 additions and 1 deletions

View file

@ -534,6 +534,10 @@ input[type="search"]::placeholder {
display: none;
}
.show-mobile-inline {
display: none;
}
@media (max-width: 1299px) {
.hero {
background: url("/images/hero-bg.webp") no-repeat;
@ -556,6 +560,10 @@ input[type="search"]::placeholder {
display: block;
}
.show-mobile-inline {
display: inline;
}
.hero {
background: url("/images/hero-bg.webp") no-repeat;
background-size: cover;