From 4e2ecc4efcce3cecac63cdec37d5dec30456a256 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Sat, 8 Nov 2025 08:26:11 -0500 Subject: [PATCH] Tweak flex gap for host_meta on small displays --- 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 a57bdb6..85bf937 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -705,7 +705,7 @@ fieldset > table td input[type="radio"] { #host { justify-content: center; align-items: center; - gap: 1; + gap: 0.5rem; } #host_id { text-align: center;