We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5de4a commit 11c06d9Copy full SHA for 11c06d9
1 file changed
source/_static/slides.css
@@ -1,25 +1,32 @@
1
.bd-page-width {
2
- max-width: max(88rem, 85vw);
+ max-width: max(88rem, 95vw);
3
}
4
aside.sidebar {
5
overflow-x: visible;
6
+ padding-right: 2vw;
7
8
aside.sidebar > ul {
- padding-left: 2rem;
9
+ padding-left: 2vw;
10
+}
11
+
12
+div.margin {
13
+ width: 14vw;
14
+ margin-right: -15vw;
15
+ margin-left: 1vw;
16
17
18
.admonition-title {
19
padding-left: 2em !important;
20
21
22
#rescaled-text {
- font-size: max(1vh, 1vw) !important;
23
+ font-size: max(1vh, 0.6vw) !important;
24
25
#rescaled-text h1 {
26
margin: 1.5vh 0 0.5vh 0 !important;
- font-size: 3vh !important;
27
+ font-size: max(2vh, 1.2vw) !important;
28
29
#rescaled-text h2 {
30
margin: 1vh 0 0.5vh 0 !important;
- font-size: 2vh !important;
31
+ font-size: max(1.5vh, 0.9vw) !important;
32
0 commit comments