From e616cc51fd9973072db9d1536aef60ba0e9c9867 Mon Sep 17 00:00:00 2001 From: Jake Mason Date: Fri, 24 Mar 2023 17:58:46 -0400 Subject: [PATCH] One more mobile fix --- src/templates/src/landing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/src/landing.html b/src/templates/src/landing.html index 0837516..05dfab7 100644 --- a/src/templates/src/landing.html +++ b/src/templates/src/landing.html @@ -238,7 +238,7 @@ } - @media screen and (max-width: 29rem) { + @media screen and (max-width: 560px) { #cities-banner { text-align: left; }