From b218f4e1337b857f25b222d2bec01689960e546a Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 7 Mar 2015 22:21:15 -0800 Subject: [PATCH] Indent the text under the headings a little. --- template.jst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template.jst b/template.jst index 208befc22..4dd4dd816 100644 --- a/template.jst +++ b/template.jst @@ -38,6 +38,9 @@ a:hover + img.hover { pointer-events: none; box-shadow: 5px 5px 20px rgba(0,0,0,0.4); } +h2 ~ p, h2 ~ p + ul { + margin-left: 1em; +}