Adjust line height

This commit is contained in:
Alex Cabal 2020-05-22 09:35:16 -05:00
parent 8efec57abd
commit 6fa49d012a

View file

@ -119,7 +119,7 @@ html{
-webkit-hyphens: auto; -webkit-hyphens: auto;
hyphens: auto; hyphens: auto;
font-size: 22px; font-size: 22px;
line-height: 1.3; line-height: 1.4;
/* fallback for ie */ /* fallback for ie */
background: #e9e7e0; background: #e9e7e0;
background: var(--body-bg); background: var(--body-bg);