From a0bc4e3e5c67514bb387db686d7b1af377f50a41 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Thu, 10 Nov 2016 15:38:08 +0100 Subject: increase h2 top margin also on about page --- _static/css/styles.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '_static/css') diff --git a/_static/css/styles.css b/_static/css/styles.css index 88564fd..62d2211 100644 --- a/_static/css/styles.css +++ b/_static/css/styles.css @@ -298,11 +298,10 @@ a { .read-more { margin-top: 1em; } -/* - * Community page - */ +/* increase top margin */ -.community h2 { +.community h2, +.about h2 { margin-top: 2em; } -- cgit v1.2.3