mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-09-02 03:03:03 +02:00
add support for auto-sized big text via r-fit-text
This commit is contained in:
9
dist/theme/moon.css
vendored
9
dist/theme/moon.css
vendored
@@ -108,6 +108,15 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
||||
margin: 20px 0;
|
||||
line-height: 1.3; }
|
||||
|
||||
/* Remove trailing margins after titles */
|
||||
.reveal h1:last-child,
|
||||
.reveal h2:last-child,
|
||||
.reveal h3:last-child,
|
||||
.reveal h4:last-child,
|
||||
.reveal h5:last-child,
|
||||
.reveal h6:last-child {
|
||||
margin-bottom: 0; }
|
||||
|
||||
/* Ensure certain elements are never larger than the slide itself */
|
||||
.reveal img,
|
||||
.reveal video,
|
||||
|
Reference in New Issue
Block a user