Fixes #3, the github gists line numbers should now work as expected
diff --git a/static/css/style.less b/static/css/style.less
index 5714b73..d4fb339 100644
--- a/static/css/style.less
+++ b/static/css/style.less
@@ -16,7 +16,7 @@
   background-color: @white;
   color: @dark-grey;
   font-family: @sans;
-  font-size: 1.125em;
+  font-size: 18px;
 }
 
 a {
@@ -48,13 +48,13 @@
 
     p {
       margin: 0 0 15px 0;
-      font-size: 0.75em;
+      font-size: 14px;
     }
 
     ul {
       margin: 40px 0 0 0;
       padding-left: 0;
-      font-size: 0.875em;
+      font-size: 16px;
       list-style-type: none;
 
       li {
@@ -80,7 +80,7 @@
 
     p {
       font-weight: bold;
-      font-size: 0.625em;
+      font-size: 10px;
       text-transform: uppercase;
     }
   }
@@ -102,7 +102,7 @@
         margin: 2px;
         padding: 0;
         color: @black;
-        font-size: 0.75em;
+        font-size: 14px;
         font-family: @mono;
         background: @light-grey;
       }
@@ -112,7 +112,7 @@
         padding: 2px;
         color: @black;
         border-left: 3px solid @accent;
-        font-size: 0.75em;
+        font-size: 14px;
         font-family: @mono;
         background: @light-grey;
         line-height: 1.125em;
@@ -127,8 +127,12 @@
       }
     }
 
+    div.gist {
+      line-height: .875em;
+    }
+
     div#article_meta {
-      font-size: 0.625em;
+      font-size: 12px;
       color: @med-grey;
     }
   }
@@ -144,7 +148,7 @@
       .border-radius(20px);
       text-transform: uppercase;
       color: @accent;
-      font-size: 1.125em;
+      font-size: 18px;
       &:hover {
         color: @white;
         background-color: @accent;
@@ -162,7 +166,7 @@
   div#ending_message {
     padding: 0 40px 0 40px;
     color: @med-grey;
-    font-size: 0.675em;
+    font-size: 10px;
   }
 }