mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-11 18:04:27 +08:00
style: remove nav and footer padding
Not sure why that was there...
This commit is contained in:
parent
5743897bae
commit
bcf9ad0895
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
font-size: 0.75rem;
|
||||
color: var(--sub-color);
|
||||
// transition: 0.25s;
|
||||
padding: 0 5px;
|
||||
// padding: 0 5px;
|
||||
|
||||
// margin-bottom: 2rem;
|
||||
.keyTips {
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@
|
|||
font-size: 2.3rem;
|
||||
/* text-align: center; */
|
||||
// transition: 0.25s;
|
||||
padding: 0 5px;
|
||||
// padding: 0 5px;
|
||||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
grid-template-columns: auto 1fr;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue