From ffa06d21f0ac2b67d1c051bf400a5873617a2f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Wed, 4 Feb 2026 15:46:28 +0100 Subject: [PATCH] poprawki --- static/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 393b922..a2fda39 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -170,19 +170,19 @@ body { .event-content { flex-wrap: wrap; - gap: 8px; + gap: 6px; width: 100%; } .event-desc { width: 100%; - margin-bottom: 8px; + margin-bottom: 6px; } .time-selector-wrapper { display: grid; grid-template-columns: repeat(5, 1fr) !important; - gap: 8px !important; + gap: 10px !important; padding: 0 10px; }