mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 13:11:19 +08:00
fixed extra space on the right side of the menu
This commit is contained in:
parent
e8839bae17
commit
26fb2e3977
1 changed files with 2 additions and 2 deletions
|
|
@ -120,7 +120,7 @@
|
|||
}
|
||||
|
||||
#top {
|
||||
grid-template-areas: "logo menu config";
|
||||
grid-template-areas: "logo menu";
|
||||
line-height: 2.3rem;
|
||||
font-size: 2.3rem;
|
||||
/* text-align: center; */
|
||||
|
|
@ -128,7 +128,7 @@
|
|||
padding: 0 5px;
|
||||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
grid-template-columns: auto 1fr auto;
|
||||
grid-template-columns: auto 1fr;
|
||||
z-index: 2;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue