Skip to content
Snippets Groups Projects
Commit 00b19779 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

increase min-height of cube/page transitions

parent 3999430b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment