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; }