From bad3e3e3dab09a76a2966f5e10bd0d76b5b9b2fc Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Sun, 24 Aug 2025 22:03:31 -0400 Subject: [PATCH] Tweak swim lane icon spacing on small screens --- public_html/css/hpr.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index 2869e2e..34439a4 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -290,7 +290,7 @@ article > p, #podcast_lane > .lane, #project_lane > .lane, #latest_lane.lane { - justify-content: flex-start; + justify-content: flex-between; } .lane > article { /* Add shadows to create the "card" effect */ @@ -573,6 +573,11 @@ fieldset > input { max-height: 40vw; overflow-y: scroll } + #podcast_lane > .lane, + #project_lane > .lane, + #latest_lane.lane { + justify-content: flex-start; + } #latest_lane.lane section > ul { margin: 0.5rem 3rem 0 1rem; }