From f32d1b8af948fad12ad4e956118c1689e933e46c Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Sun, 9 Oct 2016 19:17:33 +0200 Subject: [PATCH] Cleaner spaces --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 4f84da6..8364a0f 100644 --- a/css/style.css +++ b/css/style.css @@ -3,7 +3,7 @@ */ h1 { - padding: 80px 0 40px; + padding: 40px 0; font-size: 40px; line-height: 48px; @@ -195,7 +195,7 @@ h2{ * Give some extra space to single-page wrappers */ .content { - padding-bottom: 50px; + padding: 50px 0px; } .content ul, .content ol, .items li ul { padding: 20px 30px; -- GitLab