responsive hiding of titel and estrogen

This commit is contained in:
amnesia 2025-07-04 10:09:30 +02:00
parent 75c00e447a
commit 6fa6b04b40

View File

@ -49,9 +49,13 @@ body {
color: black;
}
@media (min-height: 700px) {
@media (max-height: 300px) {
.search-grid {
margin-top: 0;
grid-template-rows: 4em;
}
.search-logo {
display: none;
}
}