mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Add line height to web CSS
This commit is contained in:
parent
06096fa7dd
commit
d12cd5207a
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ body{
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
main{
|
main{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue