1
0
Aneurin Barker Snook 1 год назад
Родитель
Сommit
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;