aboutsummaryrefslogtreecommitdiff
path: root/www/assets/res/css/single.css
blob: 3d8ee0fe47f90679e07e30cefec135cc21b6345a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.post-info {
  margin-block: 0;
  font-family: monospace;
  font-size: 0.95em;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;

  & > .words {
    margin-inline-end: auto;
  }
}