mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-10 14:10:59 +08:00
style: sliiiightly increase the horizontal word margin
This commit is contained in:
parent
002ef8f6bf
commit
142b51cc26
1 changed files with 2 additions and 2 deletions
|
|
@ -262,7 +262,7 @@
|
|||
}
|
||||
|
||||
&.tape .word {
|
||||
margin: 0.25em 0.5em 0.75em 0;
|
||||
margin: 0.25em 0.6em 0.75em 0;
|
||||
}
|
||||
|
||||
/* a little hack for right-to-left languages */
|
||||
|
|
@ -451,7 +451,7 @@
|
|||
position: relative;
|
||||
font-size: 1em;
|
||||
line-height: 1em;
|
||||
margin: 0.25em;
|
||||
margin: 0.25em 0.3em;
|
||||
font-variant: no-common-ligatures;
|
||||
border-bottom: 2px solid transparent;
|
||||
letter {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue