improve CSS - saait - the most boring static page generator
 (HTM) git clone git://git.codemadness.org/saait
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 9d4b276b2b85fc874eaf45017e08082ca80ec4e0
 (DIR) parent 7f77083908301e537ffee055a7e86c8392793282
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat, 26 May 2018 12:24:15 +0200
       
       improve CSS
       
       Diffstat:
         M style.css                           |      11 ++++-------
       
       1 file changed, 4 insertions(+), 7 deletions(-)
       ---
 (DIR) diff --git a/style.css b/style.css
       @@ -17,17 +17,14 @@ hr {
                border-bottom: 1px solid #aaa;
                height: 1px;
        }
       -h1, h2, h3 {
       -        margin: 1ex 0;
       -}
        h1 {
       -        font-size: 140%;
       +        font-size: 160%;
        }
        h2 {
       -        font-size: 120%;
       +        font-size: 140%;
        }
        h3 {
       -        font-size: 100%;
       +        font-size: 120%;
        }
        h1,
        h1 a,
       @@ -69,7 +66,7 @@ code {
        #main {
                margin: 0px auto;
                max-width: 80ex;
       -        text-align: justify;
       +        text-align: left;
        }
        #menu a {
                font-weight: bold;