1 | div.col-md-9 h1:first-of-type {
|
2 | text-align: center;
|
3 | font-size: 60px;
|
4 | font-weight: 300;
|
5 | }
|
6 |
|
7 | div.col-md-9>p:first-of-type {
|
8 | text-align: center;
|
9 | }
|
10 |
|
11 | div.col-md-9 p.admonition-title:first-of-type {
|
12 | text-align: left;
|
13 | }
|
14 |
|
15 | div.col-md-9 h1:first-of-type .headerlink {
|
16 | display: none;
|
17 | }
|
18 |
|
19 | code.no-highlight {
|
20 | color: black;
|
21 | }
|
22 |
|
23 |
|
24 |
|
25 | dd {
|
26 | padding-left: 20px;
|
27 | }
|
28 |
|
29 |
|
30 |
|
31 | body.homepage div.jumbotron {
|
32 | margin-top: 1.5rem;
|
33 | padding-top: 1rem;
|
34 | padding-bottom: 0;
|
35 | }
|
36 |
|
37 | body.homepage div.jumbotron div.card {
|
38 | margin-bottom: 2rem;
|
39 | }
|
40 |
|
41 | body.homepage>div.container>div.row>div.col-md-3 {
|
42 | display: none;
|
43 | }
|
44 |
|
45 | body.homepage>div.container>div.row>div.col-md-9 {
|
46 | margin-left: 0;
|
47 | flex: 0 0 100%;
|
48 | max-width: 100%;
|
49 | }
|
50 |
|