From 752aaaa75df1f39cff3c725efe9e10bde7f6a0a6 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Fri, 22 Mar 2024 09:34:55 -0700 Subject: [PATCH] Center footer on mobile --- css/style-responsive.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/style-responsive.css b/css/style-responsive.css index fbb96de..1b85349 100644 --- a/css/style-responsive.css +++ b/css/style-responsive.css @@ -836,7 +836,11 @@ @media only screen and (max-width: 480px) { .home-content { - top: 70px; + top: 70px; + } + + .footer { + text-align: center; } .full-wrapper{