From e2c55b489b8c68243dc371d2320dd1200d89922a Mon Sep 17 00:00:00 2001
From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de>
Date: Mon, 6 Mar 2017 15:15:55 +0100
Subject: [PATCH] Center page numbers on list_something /close #38

---
 static/css/style.css | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/static/css/style.css b/static/css/style.css
index 5a0045e..27fb8c2 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -33,10 +33,9 @@ input[type="file"] {
 }
 
 .centered {
-    margin: 0 auto;
-    max-width: 300px;
+    text-align: center;
 }
 
 .centered > a {
-    margin: 10px;
+    margin: 8px;
 }
-- 
GitLab