summaryrefslogtreecommitdiffstats
path: root/src/components/PostFooter/PostFooter.module.scss
blob: 7c1f1ce38b4470ffb6c1ca11e3277e2b05514f77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@use "@styles/abstracts/functions" as fun;
@use "@styles/abstracts/placeholders";

.meta {
  flex-flow: column wrap;
}

.list {
  @extend %flex-list;

  gap: var(--spacing-xs);
}

.item {
  > a {
    padding: calc(var(--spacing-2xs) / 2) var(--spacing-xs);
  }
}