From ddcc3bab7ba2eb5baeaf347b555c35cac966bcc4 Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Thu, 23 Oct 2014 16:27:01 -0700 Subject: [PATCH] Simplify nav menu explicit widths and borders. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 8584fe4..2ef3b13 100644 --- a/style.css +++ b/style.css @@ -2422,12 +2422,12 @@ Media Queries } .genesis-nav-menu ul li { + width: 100%; padding-left: 0; } .genesis-nav-menu ul a { position: relative; - width: 200px; padding: 10px 20px; padding: 1rem 2rem; border-width: 1px 1px 0 1px;