mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
aligned the menu to the right, removed margin on menu buttons
This commit is contained in:
parent
7e1ed2ab41
commit
702d18c6f6
1 changed files with 2 additions and 1 deletions
|
@ -340,7 +340,7 @@ a:hover {
|
|||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
gap: .5rem;
|
||||
margin-bottom: -0.4rem;
|
||||
// margin-bottom: -0.4rem;
|
||||
width: fit-content;
|
||||
width: -moz-fit-content;
|
||||
/* transition: 0.25s; */
|
||||
|
@ -459,6 +459,7 @@ a:hover {
|
|||
/* margin-bottom: 0.1rem; */
|
||||
grid-column: 3/4;
|
||||
grid-row: 1/2;
|
||||
justify-items: self-end;
|
||||
}
|
||||
|
||||
#top .config .group {
|
||||
|
|
Loading…
Reference in a new issue