diff options
author | Hakim El Hattab | 2013-01-27 23:27:14 -0500 |
---|---|---|
committer | Hakim El Hattab | 2013-01-27 23:27:14 -0500 |
commit | d1c74523a4ab741d52ce0e647fe9c166383797ca (patch) | |
tree | 339ce1a56dd5234ac2698930b40676e6af883468 /css/reveal.css | |
parent | 784fa9d2e3570054728d21f8098199dc9d4164b9 (diff) |
updated to v2.3, initial implementation of uniformly scaled presentations (#310)
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 19 |
1 files changed, 3 insertions, 16 deletions
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; |