aboutsummaryrefslogtreecommitdiff
path: root/frontend/scss/home.scss
blob: bb64a9533191462883d5c3919e2b941dc961b5c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.introduction {
  margin: var(--margin-header) 0;
}

article article {
  margin-bottom: var(--margin-header);
  &:last-child {
    margin-bottom: 0;
  }
}

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: var(--margin-base);

  & p {
    margin-bottom: 0;
  }
}