centered footer
All checks were successful
Deploy Theme / deploy (push) Successful in 8s

This commit is contained in:
Helldragon67 2025-01-16 15:14:10 +01:00
parent 6133a793cf
commit cb51fba29c

View File

@ -2805,10 +2805,17 @@ figcaption a {
max-height: 40px; 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 { .gh-footer-menu .nav {
display: flex; display: flex;
justify-content: center; justify-content: center;
gap: 28px 28px; justify-content: center;
gap: 8px 28px;
flex-wrap: wrap; flex-wrap: wrap;
margin: 0; margin: 0;
padding: 0; padding: 0;