CSS bugfix
This commit is contained in:
parent
1470a75676
commit
8157a3c268
2 changed files with 9 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue