From 6692109f099b03d753eb92e59be77835c2ede1bb Mon Sep 17 00:00:00 2001 From: Ollie <69084614+olijeffers0n@users.noreply.github.com> Date: Mon, 18 Dec 2023 14:03:20 +0000 Subject: [PATCH] Center footer --- src/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/custom.css b/src/css/custom.css index 29cefd9b9..31ceaf375 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -99,6 +99,10 @@ html[data-theme="dark"] { .footer__col { flex-basis: 30% !important; + display: flex; + flex-direction: column; + flex-wrap: wrap; + align-content: center; } .homePageSearch {