fixes incorrect links to tag's page from tag_cloud listing
diff --git a/static/css/style.less b/static/css/style.less
index ed0d5a7..aa0c27c 100644
--- a/static/css/style.less
+++ b/static/css/style.less
@@ -42,7 +42,7 @@
     padding: 40px;
     text-align: center;
 
-    h1 {
+    h2 {
       margin: 15px 0 5px 0;
     }
 
@@ -93,7 +93,7 @@
     }
 
     div#article_text {
-      line-height: 1.5em;
+      line-height: 1.375em;
       a {
         text-decoration: underline;
       }
@@ -162,7 +162,7 @@
   div#ending_message {
     padding: 0 40px 0 40px;
     font-color: @light-grey;
-    font-size: 0.75em;
+    font-size: 0.675em;
   }
 }
 
@@ -175,7 +175,7 @@
     left: 0;
     border-right: @light-grey 1px solid;
 
-    h1 {
+    h2 {
       margin: 10px 0 0 0;
     }