From c151d65c12bb2879c0b66e7e1b9ece5bea35ea7a Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Wed, 23 Aug 2023 19:11:31 +0100 Subject: Better prose width handling --- public/css/modules/news-index.css | 1 + 1 file changed, 1 insertion(+) (limited to 'public/css/modules/news-index.css') diff --git a/public/css/modules/news-index.css b/public/css/modules/news-index.css index 48c455d..078d11f 100644 --- a/public/css/modules/news-index.css +++ b/public/css/modules/news-index.css @@ -5,6 +5,7 @@ transition: background 100ms; padding-block: var(--margin-block-md); padding-inline: var(--padding-inline-sm); + width: var(--width-prose); } .news-index__item:not(:first-child) { -- cgit v1.2.3