From 13c0e0f23dc4e7ed2a834489d417fe99352b62ac Mon Sep 17 00:00:00 2001 From: brooke Date: Mon, 11 Nov 2024 17:58:23 -0500 Subject: [PATCH] fix mobile center-text class --- public/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index 5e1f2a1..84f774e 100755 --- a/public/style.css +++ b/public/style.css @@ -66,11 +66,11 @@ body, } .center-text { - left: 2px; + left: 2px !important; + right: 2px !important; margin-left: 0; margin-top: 0; max-width: 100vw; - right: 2px; } }