makes the aside links smaller, so they can fit on smaller screens
diff --git a/static/css/style.less b/static/css/style.less
index 0888f99..ce4152f 100644
--- a/static/css/style.less
+++ b/static/css/style.less
@@ -59,8 +59,9 @@
     }
   
     ul {
-      margin: 60px 0 60px 0;
+      margin: 40px 0 40px 0;
       padding-left: 0;
+      font-size: 0.875em;
       list-style-type: none;
   
       li {