summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/pages/_docs.scss
blob: 24e96772b381648541b1bab9fd34791e6491aea4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@charset 'UTF-8';

.docs__page {
    line-height: 1.7;
    padding-bottom: 20px;

    > div {
        width: 1170px;
        margin: 0 auto;
        padding: 0 15px;
        max-width: 100%;
    }

    h1.markdown__heading {
        border-bottom: 1px solid #ddd;
        padding-bottom: 1rem;
        margin: 1em 0 1em;
    }
}