From 610164ae63a159ae1b1675235e8ffddf386edea6 Mon Sep 17 00:00:00 2001 From: LelouchFR Date: Wed, 18 Mar 2026 08:35:12 +0000 Subject: [PATCH] changed wrapper size to update footer width --- public/assets/css/blogpost.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/css/blogpost.css b/public/assets/css/blogpost.css index 7a230ca..82b4a80 100644 --- a/public/assets/css/blogpost.css +++ b/public/assets/css/blogpost.css @@ -215,7 +215,7 @@ header { @media screen and (max-width: 600px) { .wrapper { - width: 90%; + width: 100%; } header { @@ -230,7 +230,7 @@ header { } footer { - width: 95%; + width: 90% !important; margin: auto auto 40px; } }