From: Vladimír Vondruš Date: Thu, 30 Nov 2017 17:54:35 +0000 (+0100) Subject: css: fix uneven padding around the landing page cover image. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=cfe960947b9012c89ae3366845cb32f128282416;p=blog.git css: fix uneven padding around the landing page cover image. It felt off. --- 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 {