From 2bb20a5f4b58e344729f98ee56c01bc20848ba35 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Wed, 23 Oct 2024 14:16:35 -0600 Subject: [PATCH] Adjust min-height of header --- css/compute-c23f91.webflow.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/compute-c23f91.webflow.css b/css/compute-c23f91.webflow.css index d365819..a2a77e0 100644 --- a/css/compute-c23f91.webflow.css +++ b/css/compute-c23f91.webflow.css @@ -269,7 +269,7 @@ li { .heading-3 { font-size: 28vw; - min-height: 28vw; + min-height: calc(28vw * 2.1); } } @@ -317,4 +317,4 @@ li { .text-block { font-size: 6vw; } -} \ No newline at end of file +}