aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/reveal.css
diff options
context:
space:
mode:
authorHakim El Hattab2016-10-12 13:11:08 +0200
committerHakim El Hattab2017-05-16 09:45:37 +0200
commit16c03a5b038f046e774219b4c92ee1a8c82c608a (patch)
tree59d8970c003459539b816d8a41fe8d39ae7b186c /css/reveal.css
parent92049d8244ae5d7d664372b8299208d2d4650adf (diff)
spacing adjustment
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 8d1d405..691e2f2 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -292,8 +292,8 @@ body {
opacity: 1; }
.reveal .controls[data-controls-layout="bottom-right"] {
top: auto;
- bottom: 8px;
- right: 8px;
+ bottom: 12px;
+ right: 12px;
left: auto;
-webkit-transform: scale(0.85);
transform: scale(0.85);
@@ -320,8 +320,8 @@ body {
@media screen and (max-width: 500px) {
.reveal .controls {
top: auto;
- bottom: 8px;
- right: 8px;
+ bottom: 12px;
+ right: 12px;
left: auto;
-webkit-transform: scale(0.85);
transform: scale(0.85);