Selaa lähdekoodia

fix pagination appearance

Aneurin Barker Snook 1 vuosi sitten
vanhempi
commit
3b054c05d1
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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;