From 367880caf5cc5c099b27663f5b3cb2e649101922 Mon Sep 17 00:00:00 2001 From: smdyv <88971341+smdyv@users.noreply.github.com> Date: Thu, 21 Apr 2022 19:27:35 +0200 Subject: [PATCH] Normalize line height of hero title We want consistent white space between the hero text and its neighboring elements. --- static/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/main.css b/static/main.css index 7c7dd34a..16659888 100644 --- a/static/main.css +++ b/static/main.css @@ -232,6 +232,7 @@ main.normalize { .hero h1 { margin: 0; + line-height: 1; } .device-img {