From 6fa6b04b408f4c9b6915fe53791e1368ea921466 Mon Sep 17 00:00:00 2001 From: amnesia Date: Fri, 4 Jul 2025 10:09:30 +0200 Subject: [PATCH] responsive hiding of titel and estrogen --- frontend/assets/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/assets/style.css b/frontend/assets/style.css index 2d8842c..5f0b5cc 100644 --- a/frontend/assets/style.css +++ b/frontend/assets/style.css @@ -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; } }