From 5537285148fcb59c0915087bd196ca2277345492 Mon Sep 17 00:00:00 2001 From: Christine Slotty Date: Mon, 20 Jul 2020 18:23:20 +0200 Subject: [PATCH] line height content --- webroot/css/grd_styles.css | 2 +- websrc/src/less/03-typography.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webroot/css/grd_styles.css b/webroot/css/grd_styles.css index 87b79c2f3..1f7aef8de 100644 --- a/webroot/css/grd_styles.css +++ b/webroot/css/grd_styles.css @@ -1027,7 +1027,7 @@ and open the template in the editor. overflow: auto; width: 100%; background-color: #f9fafb; - line-height: 1.5em; + line-height: 1.75em; letter-spacing: 0.03rem; font-family: Roboto, sans-serif; font-weight: 500; diff --git a/websrc/src/less/03-typography.less b/websrc/src/less/03-typography.less index 49a997fad..06572c9ff 100644 --- a/websrc/src/less/03-typography.less +++ b/websrc/src/less/03-typography.less @@ -10,7 +10,7 @@ ============================================================*/ @body-fs: 100%; @body-lh: 27px; -@content-lh: 1.5em; +@content-lh: 1.75em; @content-letter-spacing: .03rem; @nav-fs: .8em; @nav-bottom-fs: .9em;