From 60da98d0644a249c210dca6d91a3e78c78c722bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Wed, 4 Feb 2026 15:27:14 +0100 Subject: [PATCH] poprawki --- static/css/style.css | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 67d6677..5992531 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -163,7 +163,6 @@ body { margin-left: 15px; } -/* OPTYMALIZACJA DLA TELEFONÓW (iPhone Pro) */ @media (max-width: 576px) { .event-item { flex-direction: column; @@ -171,7 +170,7 @@ body { } .event-content { - flex-wrap: wrap; /* Pozwala opisowi spaść pod czas na małym ekranie */ + flex-wrap: wrap; gap: 8px; width: 100%; } @@ -182,10 +181,25 @@ body { } .zoom-btn-mobile { - width: 100%; /* Na mobile szeroki przycisk na dole */ + width: 50%; margin-left: 0; padding: 12px; font-size: 0.85rem; text-align: center; } } + +@media (max-width: 576px) { + .time-selector-wrapper { + display: grid; + grid-template-columns: repeat(3, 1fr) !important; + gap: 8px !important; + padding: 0 10px; + } + + .time-btn { + width: 100% !important; + height: 40px !important; + font-size: 0.85rem !important; + } +} \ No newline at end of file