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

This commit is contained in:
Helldragon67 2025-01-16 15:30:46 +01:00
parent cb3034b42b
commit 47a9d8e9a4

View File

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