mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Use a unitless value for line-height
See the wonderful http://practicaltypography.com/line-spacing.html
This commit is contained in:
parent
36ecfd4bbe
commit
c44babc39f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ body
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
font-family: Oxygen, sans
|
font-family: Oxygen, sans
|
||||||
font-size: 14pt
|
font-size: 14pt
|
||||||
line-height: 140%
|
line-height: 1.4
|
||||||
margin: 0
|
margin: 0
|
||||||
min-height: 100vh
|
min-height: 100vh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue