From 498e06d39f5ee34db20f782f98f176c9fbafec7c Mon Sep 17 00:00:00 2001 From: Melissa Samworth Date: Wed, 5 Jun 2024 17:10:27 -0400 Subject: [PATCH] linted --- app/root.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/root.css b/app/root.css index 8b0e8fa0..2d00952a 100644 --- a/app/root.css +++ b/app/root.css @@ -350,7 +350,7 @@ h2 { } .col-7 { - width: clamp(443px, 41.60vw, 669px); + width: clamp(443px, 41.6vw, 669px); } .col-8 {