aboutsummaryrefslogtreecommitdiff
path: root/css/reveal.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css19
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;