Increase font size of top menu
diff --git a/static/css/style.less b/static/css/style.less
index e4d90aa..59b17b0 100644
--- a/static/css/style.less
+++ b/static/css/style.less
@@ -74,13 +74,13 @@
 
 main {
   header {
-    padding: 40px;
+    padding: 20px 20px 20px 40px;
     border-top: @light-grey 1px solid;
     border-bottom: @light-grey 1px solid;
 
     p {
       font-weight: bold;
-      font-size: 10px;
+      font-size: 15px;
       text-transform: uppercase;
     }
   }