We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35f86a0 + c5325f5 commit ea1b7dfCopy full SHA for ea1b7df
.reveal-md/styles.css
@@ -23,3 +23,23 @@
23
.section[data-markdown-parsed="true"] i {
24
font-style: italic;
25
}
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
37
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