mirror of
https://github.com/standardebooks/web.git
synced 2025-07-20 13:24:48 -04:00
Adjust line height
This commit is contained in:
parent
8efec57abd
commit
6fa49d012a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue