File size: 434 Bytes
f7c8b4e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
29
30
31
32
33
34
35
36
37
38

/*.sidebar-logo {*/
/*    display: block;*/
/*    margin: 0;*/
/*    max-width: 50%;*/
/*}*/

.nbsphinx-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 5px;
    margin-top: 1em;
    margin-bottom: 1em;
}

h1 {
    font-size: 2em
}

h2 {
    font-size: 1.3em
}

h3 {
    font-size: 1.25em
}

h4 {
    font-size: 1.125em
}

h5 {
    font-size: 1.07em
}

h6 {
    font-size: 1em
}