Fix pagination layout when viewing on thin screens

Fixes #3
diff --git a/static/css/style.less b/static/css/style.less
index 468102f..09eecad 100644
--- a/static/css/style.less
+++ b/static/css/style.less
@@ -28,6 +28,7 @@
   color: @dark-grey;
   font-family: @sans;
   font-size: 16px;
+  min-width: 300px;
 }
 
 a {
@@ -203,9 +204,12 @@
       overflow: auto;
       text-align: center;
 
+      div{
+        display: inline-block;
+      }
+
       span {
         width: @pag_label_size;
-        min-height: 1px;
       }
 
       span#left {