Skip to content
Snippets Groups Projects

avoid centering of text when the slides are zoomed out

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading