diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-10-12 13:11:08 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-05-16 09:45:37 +0200 |
commit | 16c03a5b038f046e774219b4c92ee1a8c82c608a (patch) | |
tree | 59d8970c003459539b816d8a41fe8d39ae7b186c | |
parent | 92049d8244ae5d7d664372b8299208d2d4650adf (diff) | |
download | fosdem-2018-presentation-16c03a5b038f046e774219b4c92ee1a8c82c608a.tar fosdem-2018-presentation-16c03a5b038f046e774219b4c92ee1a8c82c608a.tar.gz |
spacing adjustment
-rw-r--r-- | css/reveal.css | 8 | ||||
-rw-r--r-- | css/reveal.scss | 1 |
2 files changed, 5 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); diff --git a/css/reveal.scss b/css/reveal.scss index 5a046d3..c40211b 100644 --- a/css/reveal.scss +++ b/css/reveal.scss @@ -376,6 +376,7 @@ body { } @mixin bottom-right-controls() { + $spacing: 12px; $innerSpacing: 20px; & { |