From 433ec6c4678c78541a9f8be9a1c42ea6f4613c36 Mon Sep 17 00:00:00 2001 From: brookee Date: Thu, 8 Feb 2024 11:14:17 -0500 Subject: [PATCH] change media query --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 35c1587..a810949 100755 --- a/public/style.css +++ b/public/style.css @@ -61,7 +61,7 @@ body, margin-top: -12vh; } -@media only screen and (max-width: 767px) { +@media only screen and (max-width: 625px) { .center-text { left: 15px; right: 15px;