centered footer

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

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