mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 01:15:49 +08:00
test modes notice now wraps
This commit is contained in:
parent
4e7ae53cbe
commit
9fa615bc8b
1 changed files with 6 additions and 5 deletions
|
@ -995,18 +995,19 @@
|
|||
}
|
||||
|
||||
#testModesNotice {
|
||||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
gap: 1rem;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
color: var(--sub-color);
|
||||
text-align: center;
|
||||
margin-bottom: 1.25rem;
|
||||
height: 1rem;
|
||||
line-height: 1rem;
|
||||
transition: 0.125s;
|
||||
justify-content: center;
|
||||
user-select: none;
|
||||
|
||||
.text-button {
|
||||
margin: 0 0.5rem;
|
||||
}
|
||||
|
||||
.fas {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue