Преглед на файлове

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;