X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/f0374e6c7151486bb266b389cc25c22dd429c754..6c733eb18ad15cf79e6048b63d548d693bb0f794:/ralf/_sass/_base.scss diff --git a/ralf/_sass/_base.scss b/ralf/_sass/_base.scss index 74f495a..dff3b82 100644 --- a/ralf/_sass/_base.scss +++ b/ralf/_sass/_base.scss @@ -33,20 +33,16 @@ h2 { } h3 { margin-top: 0.5em; - font-size: 135%; + font-size: 130%; margin-bottom: 0.1em; } h4 { margin-top: 0.5em; - font-size: 120%; + font-size: 110%; margin-bottom: 0.0em; } /* Content styling */ -.side { - float: right; -} - .side, .comment { color: $light-text-color; @@ -55,28 +51,6 @@ h4 { } } - -.pretitle, .subtitle { - h1 { - display: inline-block; - font-size: 165%; - } - .side { - margin-left: 0.5em; - margin-top: 0.8em; - } -} -.pretitle { - margin-bottom: 1em; -} -.subtitle { - margin-top: 2em; -} -.title { - clear: both; - margin-bottom: 1em; -} - figure { margin: 0; }