From f86c829d78ef6728e0c9b7b1541eb7f8a17dc293 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Fri, 30 Aug 2019 19:32:35 +0100 Subject: [PATCH] fix(css): add margin between lines --- themes/typing/source/css/typing.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/typing/source/css/typing.css b/themes/typing/source/css/typing.css index af3abf2..e4ead17 100644 --- a/themes/typing/source/css/typing.css +++ b/themes/typing/source/css/typing.css @@ -10,6 +10,7 @@ html { body { font-size: 1.2em; + line-height: 1.5; } html {