From 97978f4a6556e69b826e15f7d2c3c4079a1c1c47 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Sun, 10 Sep 2023 23:42:05 +0200 Subject: [PATCH] Don't statically pin the size of the carousel --- src/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.css b/src/app.css index 089a11a4..cc30879f 100644 --- a/src/app.css +++ b/src/app.css @@ -2829,8 +2829,8 @@ ul.link-list li a .icon { padding: 32px; } */ li.timeline-item-carousel { - width: 95vw; - max-width: calc(320px * 3.3); + /* width: 95vw; + max-width: calc(320px * 3.3); */ transform: translateX(calc(-50% + var(--main-width) / 2)); } }