makes buttons a bit smaller
diff --git a/static/css/style.less b/static/css/style.less
index 41da30b..103d823 100644
--- a/static/css/style.less
+++ b/static/css/style.less
@@ -169,7 +169,7 @@
       .border-radius(20px);
       text-transform: uppercase;
       color: @accent;
-      font-size: 1.25em;
+      font-size: 1.125em;
       &:hover {
         color: @white;
         background-color: @accent;