Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/danielkvist/hugo-terrassa-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-01-09 23:09:44 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-01-09 23:09:44 +0300
commit2a513ba9d5e71a49881cab6385877d44a824b65e (patch)
tree1672c97bc3e7771d6a70b8b64b188600c6738cb1 /assets
parentbb2528edc101e6b83a4a9d50d22aa09cf7c99915 (diff)
increase line height
Diffstat (limited to 'assets')
-rw-r--r--assets/css/reset.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/reset.css b/assets/css/reset.css
index 2bef631..42cbb23 100644
--- a/assets/css/reset.css
+++ b/assets/css/reset.css
@@ -88,7 +88,8 @@ body {
-webkit-font-smoothin: antialised;
font-weight: 400;
height: 100vh;
- line-height: 1.45;
+ hyphens: auto;
+ line-height: 1.55;
text-rendering: optimizeLegibility;
}