From 28250a14e7e3a457852b486b65ac7089a1217a1a Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 29 Jan 2025 18:00:39 -0600 Subject: [PATCH] fix a typo --- css/phone.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/phone.css b/css/phone.css index 8159137..32eb81f 100644 --- a/css/phone.css +++ b/css/phone.css @@ -90,7 +90,7 @@ width: 15em; } } -@media(min-width:1200) { +@media(min-width:1200px) { div.container{ --bs-gutter-x: 0; }