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;