From 6d013100e9caaac1c49b790a375b07080d004bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Wed, 4 Feb 2026 15:30:22 +0100 Subject: [PATCH] poprawki --- static/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index a7fb645..8b3a672 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -191,14 +191,14 @@ body { @media (max-width: 576px) { .time-selector-wrapper { display: grid; - grid-template-columns: repeat(3, 1fr) !important; + grid-template-columns: repeat(2, 1fr) !important; gap: 8px !important; padding: 0 10px; } .time-btn { - width: 100% !important; - height: 40px !important; - font-size: 0.85rem !important; + width: 80% !important; + height: 30px !important; + font-size: 0.75rem !important; } } \ No newline at end of file