From 85144433057b251f195afd60d7eaabd6fafc4240 Mon Sep 17 00:00:00 2001 From: Ignacio Villanueva Date: Wed, 14 Nov 2018 20:22:59 +0100 Subject: [PATCH] Maded line-height bigger --- normalize.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/normalize.css b/normalize.css index 192eb9ce4..d4d60b079 100644 --- a/normalize.css +++ b/normalize.css @@ -9,7 +9,7 @@ */ html { - line-height: 1.15; /* 1 */ + line-height: 1.4; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }