From 00b197792beba81e27fc571dc806462e0869c77e Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sat, 13 Apr 2013 10:12:00 -0400 Subject: increase min-height of cube/page transitions --- css/reveal.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css/reveal.css') diff --git a/css/reveal.css b/css/reveal.css index cf2836d..8265ac3 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -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; -- cgit v1.2.3