aboutsummaryrefslogtreecommitdiff
path: root/sass/themes/classic/partials/_sidebar.scss
blob: faab4152f669c8be1ca1bbbd76d1f09fb7e555e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#articles + aside {
  section {
    @extend .sans-font;
    font-size: .8em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
  }
  ul {
    margin-bottom: 0.5em;
  }
  li {
    list-style: none;
    padding: .5em 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
    p:last-child {
      margin-bottom: 0;
    }
  }
}