about summary refs log tree commit diff
path: root/assets/css/custom.scss
blob: f0b026a3ae58dec80d6e2099b7239043c741dc7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
---

.webring {
  margin-bottom: 1rem;
  .attribution {
    float: right;
    font-size: .8rem;
    line-height: 3;
  }

  .footer-col.article {
    padding: 0.5rem;

    margin: 0 0.5rem;
    border: 0.01rem solid #333;
    @media(max-width: 640px) {
      margin: 0.5rem 0;
    }
  }
}

dl {
  dt {
    font-weight: bold;
  }
  dd {
    text-indent: 1em;
  }
}