From 49ae7e3994a6473ca603198bd6a91eb4eba37023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Wed, 4 Feb 2026 15:31:45 +0100 Subject: [PATCH] poprawki --- static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 8b3a672..1067039 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -183,7 +183,7 @@ body { width: 100%; margin-left: 0; padding: 8px; - font-size: 0.85rem; + font-size: 0.75rem; text-align: center; } } @@ -191,7 +191,7 @@ body { @media (max-width: 576px) { .time-selector-wrapper { display: grid; - grid-template-columns: repeat(2, 1fr) !important; + grid-template-columns: repeat(5, 1fr) !important; gap: 8px !important; padding: 0 10px; }