landing-page: fix header spacing

Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
This commit is contained in:
Jérémie Drouet 2020-05-12 10:45:47 +02:00
parent 0b4f71340a
commit 5389d768e0
1 changed files with 1 additions and 3 deletions

View File

@ -49,14 +49,12 @@ body#landing {
}
.hero {
padding-top: 50px;
padding-bottom: 50px;
padding-top: 20px;
h2 {
font-size: 32px;
line-height: 32px;
margin-bottom: 14px;
margin-top: 50px;
}
}