-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcustom.css
More file actions
58 lines (47 loc) · 871 Bytes
/
custom.css
File metadata and controls
58 lines (47 loc) · 871 Bytes
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/*
* SPDX-FileCopyrightText: 2022 German Aerospace Center (DLR), Forschungszentrum Jülich
*
* SPDX-License-Identifier: CC0-1.0
*/
/*
* SPDX-FileContributor: Oliver Bertuch
* SPDX-FileContributor: Michael Fritzsche
*/
img.member {
max-width: 13%;
border-radius: 50%;
margin-top: 0.3em;
}
img.badge-icon {
width: 8em;
}
@media only screen and (max-width: 850px) {
img.member {
max-width: 23%;
}
}
img {
display: block;
margin: auto;
}
.bd-page-width {
max-width: none !important;
}
@media (min-width: 1200px) {
.bd-article-container {
max-width: none !important;
}
}
.bd-article-container {
max-width: 100%;
}
.bd-sidebar-primary.bd-sidebar {
max-width: min-content;
}
.bd-docs-nav {
min-width: max-content;
}
.bd-sidebar-secondary{
max-width: 15%;
width: max-content;
}