diff --git a/static/stylesheet/style.less b/static/stylesheet/style.less index 3605122..cbdfd2f 100644 --- a/static/stylesheet/style.less +++ b/static/stylesheet/style.less @@ -133,7 +133,12 @@ main { } } - .pagination, .neighbors { + .neighbors { + margin: 4% 0% 4% 0%; + height: 20px; + } + + .pagination { margin: 4% 8% 4% 8%; height: 20px; }