aboutsummaryrefslogtreecommitdiff
path: root/themes/docsy/assets/scss/section-index.scss
blob: e00b0045321907ac260d52b5960d61dfc9fd632e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.section-index {

    .entry {
        padding: .75rem;
    }

    h5 {
        margin-bottom: 0;

        a {
            font-weight: 700;
        }
    }

    p {
        margin-top: 0;
    }
}