diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-11-28 22:29:40 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-11-28 22:29:40 +0300 |
commit | 3b93306d936b61e34a4393d0b2254a9105a766d8 (patch) | |
tree | 09954f7dca2933cb12ee9d4fab9a89a214729836 | |
parent | e6e80ab4566362eb11e1a3c165d58e847414ff39 (diff) |
Set line-height to 100%
-rw-r--r-- | layouts/partials/head/style.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head/style.html b/layouts/partials/head/style.html index 40dc906..383fbd4 100644 --- a/layouts/partials/head/style.html +++ b/layouts/partials/head/style.html @@ -35,7 +35,7 @@ body { font-family: 'Computer Modern Serif', serif; font-size: 13pt; - line-height: 120%; + line-height: 100%; background: white; display: block; margin: 1cm auto; |