avoid centering of text when the slides are zoomed out
Merged
requested to merge miroslav.kratochvil/r3-training-slides-theme:mk-fix-zoomout-slides into master
When pressing [esc], the text on the tiny slides appears centered, because of a rule that contains
.reveal .slides {
text-align: center;
}
which is inherited from Reveal.js default theme. In turn, the slide thumbnails look completely different from what's actually displayed. This is the minimal css change that fixes it for me. Not necessarily ideal, but I probably lack the high-level view to judge. :]
Merge request reports
Activity
Filter activity
assigned to @laurent.heirendt
mentioned in commit f772cd1f
Please register or sign in to reply