summaryrefslogtreecommitdiff
path: root/assets/css/list-navigation.css
blob: 64c34645f9a2ba36d1fc60f9c7a6e250424562cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* List navigation */
.pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: var(--margin-padding-Y-big);
}

.pagination__current {
    margin-bottom: 0;
}

.recent-posts__view-all-link,
.tag-page__view-all-link {
    display: block;
    margin: 0 auto;
    width: max-content;
}

.tags-index__list > li {
    margin-bottom: var(--gap-small);
}