Skip to content

Commit ea1b7df

Browse files
authored
Merge pull request #15 from JavaScript-Basic-OTUS/lesson33
add lesson 33
2 parents 35f86a0 + c5325f5 commit ea1b7df

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)