From b33815444e6d2af03870cc54c7f60d6c3322a7fc Mon Sep 17 00:00:00 2001 From: Marvin Scham Date: Sun, 8 May 2022 23:53:32 +0200 Subject: [PATCH] Footer container resized --- custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom.css b/custom.css index 20d6477..66e2cf2 100644 --- a/custom.css +++ b/custom.css @@ -130,8 +130,8 @@ body #bighead .navbar a:hover { padding-bottom: 1.5rem; } -body .footer { - text-align: center; +body .footer .container { + max-width: 98vw; } body .footer .footer-el {