From cfe960947b9012c89ae3366845cb32f128282416 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 30 Nov 2017 18:54:35 +0100 Subject: [PATCH] css: fix uneven padding around the landing page cover image. It felt off. --- css/m-components.css | 2 +- css/m-dark.compiled.css | 2 +- css/m-light.compiled.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/m-components.css b/css/m-components.css index 4929c61f..28fa4ce7 100644 --- a/css/m-components.css +++ b/css/m-components.css @@ -446,7 +446,7 @@ article section > h4 a, article section > h5 a, article section > h6 a { color: #ffffff; } #m-landing-cover { - padding-bottom: 6rem; + padding-bottom: 7rem; margin-bottom: -3rem; } article#m-jumbo { diff --git a/css/m-dark.compiled.css b/css/m-dark.compiled.css index 720e0b4f..d862cc5b 100644 --- a/css/m-dark.compiled.css +++ b/css/m-dark.compiled.css @@ -788,7 +788,7 @@ article section > h4 a, article section > h5 a, article section > h6 a { color: #ffffff; } #m-landing-cover { - padding-bottom: 6rem; + padding-bottom: 7rem; margin-bottom: -3rem; } article#m-jumbo { diff --git a/css/m-light.compiled.css b/css/m-light.compiled.css index 32d439a6..781c71aa 100644 --- a/css/m-light.compiled.css +++ b/css/m-light.compiled.css @@ -788,7 +788,7 @@ article section > h4 a, article section > h5 a, article section > h6 a { color: #ffffff; } #m-landing-cover { - padding-bottom: 6rem; + padding-bottom: 7rem; margin-bottom: -3rem; } article#m-jumbo { -- 2.30.2