From 57c8f7633bb2dedfe9e8fe5428fb78de86940cf2 Mon Sep 17 00:00:00 2001 From: pernalin Date: Thu, 30 Apr 2015 07:31:11 -0400 Subject: [PATCH] Fix Google Page Speed Insights UX Issue Fixed Google Page Speed insights issue to size tap targets appropriately. https://developers.google.com/speed/pagespeed/insights/?hl=en&utm_source=wmx&utm_campaign=wmx_otherlinks&url=http%3A%2F%2Fhyde.getpoole.com%2F >> Some of the links/buttons on your web page may be too small for a user to easily tap on a touchscreen. Consider making these tap targets larger to provide a better user experience. The following tap targets are close to other nearby tap targets and may need additional spacing around them. The tap target Home is close to 1 other tap targets see screenshot. The tap target About and 2 others are close to other tap targets see screenshot. The tap target 404 and 1 others are close to other tap targets. --- public/css/hyde.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/hyde.css b/public/css/hyde.css index 213e232920d..e653d15ba4f 100644 --- a/public/css/hyde.css +++ b/public/css/hyde.css @@ -73,6 +73,7 @@ html { /* Sidebar links */ .sidebar a { color: #fff; + padding: 5px 0; } /* About section */