.pagination { align-content: center; align-items: center; display: flex; justify-content: space-between; margin: 2em; .previous, .next { border-radius: 4px; padding: 1em; text-align: center; width: 100px; &.disabled { color: $grey-color; } } & > * { padding: 1em; } @include media-query($on-palm) { flex-flow: column wrap; } }