]> git.quilime.com - notes.git/commitdiff
CSS
authorGabriel Dunne <gdunne@quilime.com>
Thu, 28 Jan 2016 06:31:24 +0000 (22:31 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Thu, 28 Jan 2016 06:31:24 +0000 (22:31 -0800)
css/main.css

index beb7f7443444c5c3d746120390323f8ca87e8619..af9fbba3f43f09614a0ebd2594773d792371003e 100755 (executable)
@@ -6,12 +6,12 @@
 
 body {
   font-size:12px;
-  line-height:1.5em;
+  line-height:1.8em;
   letter-spacing: 0.02em;
 }
 h1, h2, h3, h4, h5, h6 {
   font-family:lettergothic;
-  font-size: 1em;
+  /*font-size: 1em;*/
   color:#000;
   font-weight:bold;
   margin: 1em 0;
@@ -28,7 +28,7 @@ h1 a {
 }
 h2{
   margin:3em 0 2em 0;
-  font-size:1em;
+  font-size:1.5em;
 }
 .post h2::before, .post h2::after
 {