From 76465507538627500e61418cd9bc4bad4841609e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 6 Oct 2022 19:12:39 +0000 Subject: [PATCH] Fix line height titles on mobile --- sass/custom/_landingpage.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/custom/_landingpage.scss b/sass/custom/_landingpage.scss index 5a90ed3889f..494a2b1d6c6 100644 --- a/sass/custom/_landingpage.scss +++ b/sass/custom/_landingpage.scss @@ -901,7 +901,7 @@ $ha__primary_color: #03a9f4; width: 100%; left: unset; font-size: 2em; - line-height: 0px; + line-height: 1em; svg { width: 152px;