Browse Source

spacing adjustment

Hakim El Hattab 8 years ago
parent
commit
16c03a5b03
2 changed files with 5 additions and 4 deletions
  1. 4 4
      css/reveal.css
  2. 1 0
      css/reveal.scss

+ 4 - 4
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);

+ 1 - 0
css/reveal.scss

@@ -376,6 +376,7 @@ body {
 	}
 
 	@mixin bottom-right-controls() {
+		$spacing: 12px;
 		$innerSpacing: 20px;
 
 		& {