Skip to content

Commit 30e5f9d

Browse files
committed
Fix reveal CSS for 'small *'
1 parent 1df473b commit 30e5f9d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

assets/css/reveal.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ a {
4545
margin: auto !important;
4646
max-height: 95vh;
4747
}
48+
49+
small * {
50+
vertical-align: initial;
51+
}
52+
53+
small > * {
54+
vertical-align: top;
55+
}
4856
}
4957

5058
.muted {

0 commit comments

Comments
 (0)