summaryrefslogtreecommitdiffhomepage
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/reveal.css2
-rw-r--r--css/reveal.scss3
2 files changed, 2 insertions, 3 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 67986b6..35a048f 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -627,7 +627,7 @@ body {
/*********************************************
* OVERVIEW
*********************************************/
-.reveal.overview .slides {
+.reveal.overview {
-webkit-perspective-origin: 50% 50%;
perspective-origin: 50% 50%;
-webkit-perspective: 700px;
diff --git a/css/reveal.scss b/css/reveal.scss
index 1c48154..a1c14a1 100644
--- a/css/reveal.scss
+++ b/css/reveal.scss
@@ -743,11 +743,10 @@ body {
* OVERVIEW
*********************************************/
-.reveal.overview .slides {
+.reveal.overview {
perspective-origin: 50% 50%;
perspective: 700px;
}
-
.reveal.overview .slides section {
height: 700px;
overflow: hidden;