diff options
author | Hakim El Hattab | 2016-10-12 13:11:08 +0200 |
---|---|---|
committer | Hakim El Hattab | 2017-05-16 09:45:37 +0200 |
commit | 16c03a5b038f046e774219b4c92ee1a8c82c608a (patch) | |
tree | 59d8970c003459539b816d8a41fe8d39ae7b186c /css/reveal.css | |
parent | 92049d8244ae5d7d664372b8299208d2d4650adf (diff) |
spacing adjustment
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 8 |
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); |