aboutsummaryrefslogtreecommitdiff
path: root/pages/logs/index.module.scss
blob: 7e79afe7f164aa393af12043fe2a986edcae6c6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.logList {
    margin-top: 1em;

    li {
        line-height: 1.15;
        margin-left: 1em;
        margin-top: 0.3em;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: disc;
    }
}