mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-10 06:01:28 +08:00
aligned menu with the logo
This commit is contained in:
parent
cd2220358c
commit
f94bd0a6be
1 changed files with 4 additions and 1 deletions
|
|
@ -936,7 +936,7 @@ a:hover {
|
|||
gap: 0.5rem;
|
||||
|
||||
.logo {
|
||||
margin-bottom: -0.12rem;
|
||||
margin-bottom: 0.6rem;
|
||||
white-space: nowrap;
|
||||
|
||||
.top {
|
||||
|
|
@ -2457,6 +2457,9 @@ key {
|
|||
grid-template-areas:
|
||||
"logo config"
|
||||
"menu config";
|
||||
.logo {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#result .morestats {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue