diff --git a/README.md b/README.md
index 69830587..7c37f696 100755
--- a/README.md
+++ b/README.md
@@ -83,5 +83,5 @@ Zoff is licensed under a
 Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Norway License..
 Do not redistribute without permission from the developers.
 
-Copyright © 2018
+Copyright © 2019
 Kasper Rynning-Tønnesen and Nicolas Almagro Tonne
diff --git a/server/public/assets/css/globals.css b/server/public/assets/css/globals.css
index 6d4903ff..f1f04f8f 100644
--- a/server/public/assets/css/globals.css
+++ b/server/public/assets/css/globals.css
@@ -48,6 +48,10 @@ nav ul li.active {
   background-color: rgba(0, 0, 0, 0.1);
 }
 
+.full-height {
+  height:100vh;
+}
+
 * {
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   -moz-tap-highlight-color: rgba(0, 0, 0, 0);
diff --git a/server/public/layouts/admin/main.handlebars b/server/public/layouts/admin/main.handlebars
index 5ea59958..9f09f6f8 100644
--- a/server/public/layouts/admin/main.handlebars
+++ b/server/public/layouts/admin/main.handlebars
@@ -20,7 +20,7 @@
     
     
 
-    
+