More tweaking of layout
[ghost-theme-willow.git] / source / sass / helpers / _classes.scss
index ad054983e6c1130e0b46ae716e9513d38d603d9b..0204ebe60f43e3ba584a0a4ed6dedd6cb912b707 100644 (file)
  | -----------------------------------------------------------------------------
 */
 .markdown {
-  line-height: 2em;
+  line-height: 2;
 
   h1, h2, h3, p, ul,
   blockquote, pre, .gist {
-    margin-bottom: 30px;
+    /*margin-bottom: 30px;*/
+    margin: 0.8rem 0;
     word-wrap: break-word;
 
     &:last-child {
   blockquote {
     padding-left: 30px;
     font-style: italic;
-    border-left: 4px solid $c-grayMedium;
+    border-left: 4px solid $c-gray;
   }
 
   hr {
     border: 0;
     height: 1px;
     margin: 30px 0;
-    background: $c-grayMedium;
+    background: $c-gray;
   }
 
   pre {
     padding: 1em;
     overflow: auto;
     font-size: 0.9em;
-    line-height: 1.5em;
-    background: $c-grayLight;
+    line-height: 1.5;
+    background: $c-background;
   }
 
   code {
-    background: $c-grayLight;
+    background: $c-background;
   }
 
   .gist .gist-file {