diff options
author | Hakim El Hattab | 2016-10-12 11:19:21 +0200 |
---|---|---|
committer | Hakim El Hattab | 2017-05-16 09:45:37 +0200 |
commit | 2a0a6cbabce1c584dd8cc90b435a6cdddfedfbdb (patch) | |
tree | 45c3920ccb995e87fc640eb74c82d1728c18c4c3 /css/reveal.css | |
parent | 54a2137c0d20905aa3190b7009735d1171295be0 (diff) |
reduce control spacing
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/css/reveal.css b/css/reveal.css index 8a4f579..db18bb0 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -251,21 +251,21 @@ body { transform: translateX(10.5px) translateY(23px) rotate(-36deg); } .reveal .controls .navigate-left { top: 50%; - left: 20px; + left: 8px; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .reveal .controls .navigate-right { top: 50%; - right: 20px; + right: 8px; -webkit-transform: translateY(-50%) rotate(180deg); transform: translateY(-50%) rotate(180deg); } .reveal .controls .navigate-up { - top: 20px; + top: 8px; left: 50%; -webkit-transform: translateX(-50%) rotate(90deg); transform: translateX(-50%) rotate(90deg); } .reveal .controls .navigate-down { - bottom: 20px; + bottom: 8px; left: 50%; -webkit-transform: translateX(-50%) rotate(-90deg); transform: translateX(-50%) rotate(-90deg); } @@ -290,8 +290,8 @@ body { opacity: 1; } .reveal .controls[data-controls-layout="bottom-right"] { top: auto; - bottom: 20px; - right: 20px; + bottom: 8px; + right: 8px; left: auto; -webkit-transform: scale(0.85); transform: scale(0.85); @@ -318,8 +318,8 @@ body { @media screen and (max-width: 500px) { .reveal .controls { top: auto; - bottom: 20px; - right: 20px; + bottom: 8px; + right: 8px; left: auto; -webkit-transform: scale(0.85); transform: scale(0.85); |