increase min-height of cube/page transitions

master
Hakim El Hattab 2013-04-13 10:12:00 -04:00
parent 3999430b81
commit 00b197792b
2 changed files with 3 additions and 3 deletions

View File

@ -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

File diff suppressed because one or more lines are too long