Normalize line height of hero title

We want consistent white space between the hero text and its neighboring
elements.
This commit is contained in:
smdyv 2022-04-21 19:27:35 +02:00 committed by Daniel Micay
parent 66fcee80ef
commit 367880caf5

View File

@ -232,6 +232,7 @@ main.normalize {
.hero h1 {
margin: 0;
line-height: 1;
}
.device-img {