General theme: fix footer center

This commit is contained in:
Jesús
2021-02-27 10:36:00 -05:00
parent 65300003cd
commit 2d9aca4b8b
11 changed files with 11 additions and 11 deletions

View File

@@ -289,7 +289,7 @@ label[for=options-toggle-cbox] {
.footer {
display: grid;
grid-template-columns: repeat(3, auto);
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 2rem;
align-items: center;
justify-content: center;