From d1c74523a4ab741d52ce0e647fe9c166383797ca Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sun, 27 Jan 2013 23:27:14 -0500 Subject: updated to v2.3, initial implementation of uniformly scaled presentations (#310) --- css/reveal.css | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'css/reveal.css') diff --git a/css/reveal.css b/css/reveal.css index 0074889..77bb0bc 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -62,17 +62,6 @@ body { text-shadow: none; } -@media screen and (max-width: 900px), (max-height: 600px) { - .reveal .slides { - font-size: 0.82em; - } -} - -@media screen and (max-width: 700px), (max-height: 400px) { - .reveal .slides { - font-size: 0.66em; - } -} /********************************************* * HEADERS @@ -525,17 +514,15 @@ body { position: relative; width: 100%; height: 100%; - min-height: 640px; /* min height + 40 to account for padding */ } .reveal .slides { position: absolute; - max-width: 900px; - min-height: 600px; - width: 80%; + width: 100%; + height: 100%; left: 50%; top: 50%; - + overflow: visible; z-index: 1; text-align: center; -- cgit v1.2.3