From 47f07006537c234f1dc533c192d27d9444591d3d Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 11 Mar 2016 19:35:56 +0100 Subject: [PATCH] still toying around with the class and affiliates --- css/default.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/css/default.css b/css/default.css index e77d6f7..cbe2916 100644 --- a/css/default.css +++ b/css/default.css @@ -257,14 +257,18 @@ h2 { /* adjust line height */ line-height: 190%; /* margin */ - margin: 20px; + margin: 30px; /* padding */ - padding: 30px; - padding-left: 80px; + padding: 50px; /* limit width */ max-width: 700px; } +.with-initial { + /* extend left padding to fit the initial in */ + padding-left: 80px; +} + .with-initial > p:first-child { /* move first letter into padding */ text-indent: -50px;