From b64c35ed0b21e3bc285fbf3b5f1c7202f12b5d8e Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Mon, 22 May 2017 11:50:18 +0200 Subject: tweak control spacing --- css/reveal.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'css/reveal.css') diff --git a/css/reveal.css b/css/reveal.css index 7306481..cac8eb7 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -356,19 +356,19 @@ body { .reveal:not(.has-vertical-slides) .controls .navigate-left { bottom: 1.4em; - right: 6.4em; } + right: 5.5em; } .reveal:not(.has-vertical-slides) .controls .navigate-right { bottom: 1.4em; - right: 1.4em; } + right: 0.5em; } .reveal:not(.has-horizontal-slides) .controls .navigate-up { right: 1.4em; - bottom: 6.4em; } + bottom: 5em; } .reveal:not(.has-horizontal-slides) .controls .navigate-down { right: 1.4em; - bottom: 1.4em; } + bottom: 0.5em; } .reveal.has-dark-background .controls { color: #fff; } -- cgit v1.2.3