From a997f704de6b13cea546904950396eb476811032 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Tue, 26 May 2015 09:58:00 +0200 Subject: [PATCH] update styling --- themes/outerspace/static/css/outerspace.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/outerspace/static/css/outerspace.css b/themes/outerspace/static/css/outerspace.css index 2109e38..ecd42fe 100644 --- a/themes/outerspace/static/css/outerspace.css +++ b/themes/outerspace/static/css/outerspace.css @@ -131,6 +131,12 @@ footer { padding: 0 0.3em; } +.single-post h2 { + font-size: 1.4em; + line-height: 1em; + padding-bottom: 0.5em; +} + .single-post ul { list-style: square; margin-left: 2em;