diff options
| author | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-10 15:38:08 +0100 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-10 15:38:08 +0100 |
| commit | a0bc4e3e5c67514bb387db686d7b1af377f50a41 (patch) | |
| tree | d800dd6e04b5175e539b71863ee6a536be86f309 /_static/css/styles.css | |
| parent | 630c64c1376446cac20f6e5f5fc09243c39ed139 (diff) | |
| download | alpine-mksite-a0bc4e3e5c67514bb387db686d7b1af377f50a41.tar.bz2 alpine-mksite-a0bc4e3e5c67514bb387db686d7b1af377f50a41.tar.xz | |
increase h2 top margin also on about page
Diffstat (limited to '_static/css/styles.css')
| -rw-r--r-- | _static/css/styles.css | 7 |
1 files changed, 3 insertions, 4 deletions
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; } |
