From: Vladimír Vondruš Date: Thu, 30 Nov 2017 17:45:01 +0000 (+0100) Subject: css: overlap page cover and content a bit. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=333a04d4695eb4ae2b9f50eb7533be344ebadef2;p=blog.git css: overlap page cover and content a bit. So the transition is not so clearly visible. --- diff --git a/css/m-components.css b/css/m-components.css index c80214fd..4929c61f 100644 --- a/css/m-components.css +++ b/css/m-components.css @@ -446,7 +446,8 @@ article section > h4 a, article section > h5 a, article section > h6 a { color: #ffffff; } #m-landing-cover { - padding-bottom: 4rem; + padding-bottom: 6rem; + margin-bottom: -3rem; } article#m-jumbo { margin-top: -1rem;