aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/nav/pagination/pagination.module.scss
blob: eeb9ca65adc41a53dc9bc78ee40cd51f38b89164 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.wrapper {
  display: flex;
  flex-flow: column wrap;
  gap: var(--spacing-sm);
  align-items: center;
  width: fit-content;

  &--centered {
    margin-inline: auto;
  }
}

.list {
  place-content: center;
}

.item {
  display: flex;
}