From 57994ef4c92d74c00196d6ac23efb91161744ff5 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Mon, 8 Jul 2013 19:48:47 +0100 Subject: [PATCH] ensure overview nav has horizontal padding on mobiles --- site/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/css/style.css b/site/css/style.css index 2eacd5ea..c8e0650d 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -104,7 +104,7 @@ nav li { text-transform: uppercase; font-size: 14px; font-weight: 800; - padding: 5px 0; + padding: 5px; border-radius: 5px; }