Skip to content

Commit c5325f5

Browse files
committed
add lesson 33
1 parent 6c6175e commit c5325f5

File tree

5 files changed

+4420
-1540
lines changed

5 files changed

+4420
-1540
lines changed

.reveal-md/styles.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,23 @@
2323
.section[data-markdown-parsed="true"] i {
2424
font-style: italic;
2525
}
26+
27+
.reveal .slides section .mermaid {
28+
width: 100% !important;
29+
height: 100% !important;
30+
display: flex;
31+
align-items: center;
32+
justify-content: center;
33+
}
34+
35+
.reveal .slides section .mermaid > svg {
36+
width: 100% !important;
37+
height: 100% !important;
38+
max-height: 100vh;
39+
max-width: 100vw;
40+
}
41+
42+
.reveal .slides section.present {
43+
top: 50% !important;
44+
transform: translateY(-50%) !important;
45+
}

0 commit comments

Comments
 (0)