From ddc6491169204026d2f014f192b636a5d4af93df Mon Sep 17 00:00:00 2001 From: HW Computer Date: Sun, 23 Apr 2023 18:02:51 -0500 Subject: [PATCH] Ig the width problem is solved and clipping?... --- main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.css b/main.css index 302202a..ecd3c3b 100644 --- a/main.css +++ b/main.css @@ -149,7 +149,7 @@ footer p { left: 50%; transform: translate(-50%, -50%); /* z-index: 2; */ - width: 70%; + width: auto; padding: 20px; text-align: center; }