footer left and right are now even

This commit is contained in:
Jack 2020-12-17 18:10:32 +00:00
parent 7cc4076222
commit 90640fd114

View file

@ -1262,7 +1262,7 @@ key {
.leftright {
display: grid;
grid-template-columns: auto 1fr;
grid-template-columns: 1fr 1fr;
gap: 1rem;
a {
text-decoration: none;