responsive hiding of titel and estrogen
This commit is contained in:
parent
75c00e447a
commit
6fa6b04b40
@ -49,9 +49,13 @@ body {
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-height: 700px) {
|
@media (max-height: 300px) {
|
||||||
.search-grid {
|
.search-grid {
|
||||||
margin-top: 0;
|
grid-template-rows: 4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search-logo {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user