瀏覽代碼

fix pagination appearance

Aneurin Barker Snook 1 年之前
父節點
當前提交
3b054c05d1
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      web/src/components/Pagination.scss

+ 4 - 0
web/src/components/Pagination.scss

@@ -3,7 +3,11 @@
 .pagination {
   .info {
     @include filler;
+    align-items: center;
+    display: flex;
+    flex-direction: row;
     flex-grow: 1;
+    justify-content: center;
     margin-left: $space-s;
     padding-top: $space-xs;
     text-align: center;