From 82563d0a4866ac26e974a14e83ecf9045dc8af10 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Fri, 17 Oct 2025 23:17:18 -0400 Subject: [PATCH] Set max width for "stacked" articles Prevent content from over flowing display width. --- public_html/css/hpr.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index bc1f3ac..9ed4112 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -374,6 +374,7 @@ article > p, .lane.stack > article { border-radius: 0.5rem; border: thin solid var(--background-secondary); + max-width: calc(100vw - 12px); } .lane.stack > article > header, .lane.stack > article > h3 {