This commit is contained in:
parent
6133a793cf
commit
cb51fba29c
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user