Get rid of unneccessary scrolling of the page
[blog.git] / _scss / base.scss
index ceee8b4..7ce4bd2 100644 (file)
@@ -1,9 +1,8 @@
 // Define variables
-
-$font-family: 'Clear Sans', sans-serif;
-$font-family-mono: 'Lucida Sans Typewriter', 'Lucida Console', monaco, 'Bitstream Vera Sans Mono', monospace;
-$font-family-mono: 'Clear Sans', sans-serif;
-$font-family-header: cursive;
+  
+$font-family: 'Droid Sans', 'Lucida Bright', Georgia, 'Hoefler Text', 'Baskerville Old Face', Garamond, 'Times New Roman', serif;
+$font-family-mono: 'Droid Sans Mono', 'Lucida Console', 'Lucida Sans Typewriter', monaco, 'Bitstream Vera Sans Mono', monospace;
+$font-family-header: Yellowtail, 'Brush Script MT', cursive;
 $base-font-pct: 1.45*100%;
 $base-font-rel: 1rem;
 
@@ -177,6 +176,12 @@ table {
             color: $yellow;
             text-align: center;
         }
+        &.gutter.gl {
+            vertical-align: top;
+        }
+        &.code {
+            float: right;
+        }
     }
 
     tr {
@@ -309,7 +314,7 @@ acronym, abbr {
 
 #page {
     margin-left: 10%;
-    width: 100vw;
+    // width: 100vw;
     @include media('all', '<tablet' ) {
         margin: {
             left: initial;