removes unneeded bottom padding to the ul list
diff --git a/static/css/style.less b/static/css/style.less
index 103d823..8403d70 100644
--- a/static/css/style.less
+++ b/static/css/style.less
@@ -52,7 +52,7 @@
     }
   
     ul {
-      margin: 40px 0 40px 0;
+      margin: 40px 0 0 0;
       padding-left: 0;
       font-size: 0.875em;
       list-style-type: none;