Переглянути джерело

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;