From eeb955d9fe6230e299e836f69e00db8ad7b478a7 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Thu, 13 Nov 2025 21:16:24 -0500 Subject: [PATCH] Fix layout of episode series footer --- public_html/css/hpr.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index 8210858..7b81ae7 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -403,6 +403,9 @@ article > p, font-size: var(--default-header-4-font-size); margin-left: 22px; } +.lane.stack > article > footer { + margin-bottom: 1rem; +} a.lane-button { display: flex; flex-direction: column;