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

This commit is contained in:
Helldragon67 2024-12-06 11:11:28 +01:00
parent 5285b32229
commit ff64d4de06

View File

@ -2783,8 +2783,8 @@ figcaption a {
/* 21.2. Footer bar */ /* 21.2. Footer bar */
.gh-footer-bar { .gh-footer-bar {
display: grid; display: felx;
grid-template-columns: 1fr auto 1fr; justify-content: center;
align-items: center; align-items: center;
column-gap: 32px; column-gap: 32px;
margin-bottom: 100px; margin-bottom: 100px;