From 3f9198d543ef0c07dce91e9a23a02afa84b1feb9 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 24 Apr 2025 11:31:51 -0500 Subject: [PATCH] Give the timeline a little space on each side --- app/assets/stylesheets/events.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/events.css b/app/assets/stylesheets/events.css index cc35fb77c..cbb3bcf0f 100644 --- a/app/assets/stylesheets/events.css +++ b/app/assets/stylesheets/events.css @@ -12,6 +12,7 @@ --grid-lines: 0.1rem; margin: auto; + max-inline-size: min(105ch, 100%); } .events__day-header {