From 4e08ebad634a3132d6cbe1919e553c9718f4d4d3 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Sun, 24 Aug 2025 21:49:18 -0400 Subject: [PATCH] Fix tag_line line height for larger devices --- 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 a3eae59..2869e2e 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -499,7 +499,7 @@ fieldset > input { justify-content: space-between; } #tag_line { - line-height: 1.1; + line-height: 1; } #title #tag1 { font-size: 7.5rem;