mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-07 07:06:37 +02:00
increase min-height of cube/page transitions
This commit is contained in:
@@ -822,7 +822,7 @@ body {
|
||||
|
||||
.reveal.cube .slides section {
|
||||
padding: 30px;
|
||||
min-height: 600px;
|
||||
min-height: 700px;
|
||||
|
||||
-webkit-backface-visibility: hidden;
|
||||
-moz-backface-visibility: hidden;
|
||||
@@ -946,7 +946,7 @@ body {
|
||||
|
||||
.reveal.page .slides section {
|
||||
padding: 30px;
|
||||
min-height: 600px;
|
||||
min-height: 700px;
|
||||
|
||||
-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
Reference in New Issue
Block a user