From a362a9367fa7620eb697c529903f232ee69dbc25 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 18 Jan 2023 00:56:35 +0800 Subject: [PATCH] Reduce width of boosts carousel Make it show roughly 3 boosts at a time --- src/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.css b/src/app.css index 38429db5..b7eb202b 100644 --- a/src/app.css +++ b/src/app.css @@ -1004,6 +1004,7 @@ meter.donut:is(.danger, .explode):after { } li:has(.boost-carousel) { width: 95vw; + max-width: calc(320px * 3.3); transform: translateX(calc(-50% + 20em)); } }