We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a36da commit af9e2feCopy full SHA for af9e2fe
1 file changed
public/css/slide-preview.css
@@ -24,13 +24,17 @@
24
text-align: center;
25
}
26
27
+.markdown-body.slides section[data-markdown] code {
28
+ text-align: left;
29
+}
30
+
31
.markdown-body.slides section[data-markdown]::before {
32
content: '';
33
display: block;
34
padding-bottom: 56.23%;
35
36
-.markdown-body.slides section[data-markdown] div:first-child {
37
+.markdown-body.slides section[data-markdown] > div:first-child {
38
position: absolute;
39
top: 50%;
40
left: 1em;
@@ -40,7 +44,7 @@
44
overflow: hidden;
41
45
42
46
43
-.markdown-body.slides section[data-markdown] ul {
47
+.markdown-body.slides section[data-markdown] > ul {
48
display: inline-block;
49
50
0 commit comments