From cb51fba29c3f4951c0416e41204da522fc68d377 Mon Sep 17 00:00:00 2001 From: Helldragon67 Date: Thu, 16 Jan 2025 15:14:10 +0100 Subject: [PATCH] centered footer --- assets/css/screen.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index 508703f..216b762 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -2805,10 +2805,17 @@ figcaption a { max-height: 40px; } +.gh-footer-menu { + width: 100%; /* Ensure the parent container takes full width */ + display: flex; + justify-content: center; /* Center the entire menu on the screen */ +} + .gh-footer-menu .nav { display: flex; justify-content: center; - gap: 28px 28px; + justify-content: center; + gap: 8px 28px; flex-wrap: wrap; margin: 0; padding: 0;