summaryrefslogtreecommitdiffstats
path: root/doc/_static/css/custom.css
blob: 2a37cab999590d2189f8ceaa8b9d5cb2ffe626f6 (plain)
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
dt { 
    scroll-margin-top: 3em; 
}

h2 {
    scroll-margin-top: 4em; 
}

h3 {
    scroll-margin-top: 4em; 
}

section {
    scroll-margin-top: 4em; 
}

span {
    scroll-margin-top: 2em; 
}

ul.simple > li > ul > li:last-child {
    margin-block-end : 1em;
}

div.section > ul > li > p {
    margin-block-start : 0.6em;
    margin-block-end : 0.6em;
}