improves visual on tablets and width < 1024px
diff --git a/static/css/style.less b/static/css/style.less
index 93ead02..468c010 100644
--- a/static/css/style.less
+++ b/static/css/style.less
@@ -43,11 +43,11 @@
     text-align: center;
 
     h1 {
-      margin: 20px 0 5px 0;
+      margin: 10px 0 0 0;
     }
 
     p {
-      margin: 0;
+      margin: 0 0 10px 0;
       font-size: 0.75em;
     }
   
@@ -58,7 +58,7 @@
       list-style-type: none;
   
       li {
-        margin-right: 10px;
+        margin-right: 5px;
         display: inline;
 
         a {
@@ -158,7 +158,7 @@
 
   div#ending_message {
     text-align: center;
-    font-color: @med-grey;
+    font-color: @ligh-grey;
     font-size: 0.75em;
   }
 }
diff --git a/templates/base.html b/templates/base.html
index 383946f..e621b49 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -74,7 +74,7 @@
 
     <div id="ending_message">
       <hr />
-      <p>Made using <a href="http://getpelican.com" target="_blank">Pelican</a>, content from Giulio Fidente. 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>. Get the blog theme <a href="https://github.com/giulivo/pelican-svbhack" target="_blank">from github</a>.</p>
     </div>
   </main>