diff options
author | Hakim El Hattab | 2012-11-24 20:57:16 -0500 |
---|---|---|
committer | Hakim El Hattab | 2012-11-24 20:57:16 -0500 |
commit | e34ed3c2ffb79cbbb9e4a7a0ce3ab5e1fbab6b4f (patch) | |
tree | b3239486c52d62dd371695c62cddd82630f566d1 /css/reveal.css | |
parent | 1732d67cf5920a6e12b7420ee81750145c7ba08f (diff) |
fix inconsistency with vertical centering when using page transition
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/css/reveal.css b/css/reveal.css index 6cfcc70..35912cf 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -607,8 +607,9 @@ body { } .reveal.center, -.reveal.center .slides { - min-height: auto; +.reveal.center .slides, +.reveal.center .slides section { + min-height: auto !important; } @@ -900,6 +901,7 @@ body { .reveal.page .slides section { padding: 30px; + min-height: 600px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; |