body: lower line-height

1.8 -> 1.6
This commit is contained in:
Aditya Telange 2020-07-28 12:28:44 +05:30
parent b27858ba10
commit c4839ccfbe

View File

@ -16,7 +16,7 @@ body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 18px;
line-height: 1.8;
line-height: 1.6;
word-break: break-word;
background: var(--theme);
}