fixes a misspell in the .less file
diff --git a/static/css/style.less b/static/css/style.less
index 468c010..a807094 100644
--- a/static/css/style.less
+++ b/static/css/style.less
@@ -43,11 +43,11 @@
     text-align: center;
 
     h1 {
-      margin: 10px 0 0 0;
+      margin: 15px 0 5px 0;
     }
 
     p {
-      margin: 0 0 10px 0;
+      margin: 0 0 15px 0;
       font-size: 0.75em;
     }
   
@@ -133,6 +133,7 @@
 
   footer {
     border-top: @light-grey 1px solid;
+    border-bottom: @light-grey 1px solid;
     padding: 40px;
 
     a.button_accent {
@@ -157,8 +158,8 @@
   }
 
   div#ending_message {
-    text-align: center;
-    font-color: @ligh-grey;
+    padding: 0 40px 0 40px;
+    font-color: @light-grey;
     font-size: 0.75em;
   }
 }
@@ -172,6 +173,10 @@
     left: 0;
     border-right: @light-grey 1px solid;
 
+    h1 {
+      margin: 10px 0 0 0;
+    }
+
     div#user_meta {
       max-width: 192px;
       text-align: left;
diff --git a/templates/base.html b/templates/base.html
index e621b49..406416a 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -73,8 +73,7 @@
     </footer>
 
     <div id="ending_message">
-      <hr />
-      <p>&copy Giulio Fidente. Built using <a href="http://getpelican.com" target="_blank">Pelican</a>. Get the blog theme <a href="https://github.com/giulivo/pelican-svbhack" target="_blank">from github</a>.</p>
+      <p>&copy Giulio Fidente. Built using <a href="http://getpelican.com" target="_blank">Pelican</a>. Fork the blog theme <a href="https://github.com/giulivo/pelican-svbhack" target="_blank">on github</a>.</p>
     </div>
   </main>