From d77f1e7b9f44b33f65bb88d67fa7e48d3585958c Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Thu, 12 Jun 2014 00:51:50 -0700 Subject: [PATCH] Increase size of nav button touch target area --- source/stylesheets/screen.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index fe904f2..3d2f8d6 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -192,6 +192,7 @@ html, body { position: fixed; top: $main-padding / 2 - 8px; left: $main-padding / 2 - 8px; + padding: 0 1.5em 5em 0; // increase touch area size z-index: 100; color: #000; text-decoration: none;