mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
footer left and right are now even
This commit is contained in:
parent
7cc4076222
commit
90640fd114
1 changed files with 1 additions and 1 deletions
|
@ -1262,7 +1262,7 @@ key {
|
|||
|
||||
.leftright {
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 1rem;
|
||||
a {
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in a new issue