From a87e7f12a6dc57aa3fdbee420f6df68551f3b523 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Tue, 14 Oct 2025 21:48:08 -0400 Subject: [PATCH] Fix mistyped CSS value --- public_html/css/hpr.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index 808c0c9..de9e50f 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -332,7 +332,7 @@ article > p, #podcast_lane > .lane, #project_lane > .lane, #latest_lane.lane { - justify-content: flex-between; + justify-content: space-around; } .lane > article, #welcome > p {