mirror of https://gitlab.com/curben/blog
fix(css): add margin between lines
This commit is contained in:
parent
570754d1d5
commit
f86c829d78
|
@ -10,6 +10,7 @@ html {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
|
Loading…
Reference in New Issue