From cbe2b3892bdf2692f6908cd67fbd3fa69465040f Mon Sep 17 00:00:00 2001 From: nek0 Date: Tue, 29 Mar 2016 18:57:08 +0200 Subject: [PATCH] changed css for with-initial class --- css/default.css | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/css/default.css b/css/default.css index 3494a4d..d409d48 100644 --- a/css/default.css +++ b/css/default.css @@ -264,23 +264,16 @@ h2 { max-width: 700px; } -.with-initial { - /* extend left padding to fit the initial in */ - padding-left: 100px; -} - -.with-initial > p:first-child { - /* move first letter into padding */ - text-indent: -50px; -} - .with-initial > p:first-child::first-letter { font-family: 'Maximilian Antiqua Initialen'; color: black; - font-size: 70px; + font-size: 65px; font-weight: normal; font-style: normal; -webkit-font-smoothing: antialiased; + float: left; + margin-top: 0.1ex; + margin-right: 5px; } @media screen and (max-width: 600px){