fix inconsistency with vertical centering when using page transition
This commit is contained in:
parent
1732d67cf5
commit
e34ed3c2ff
|
@ -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;
|
||||
|
|
2
css/reveal.min.css
vendored
2
css/reveal.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user