From f3e80267da43f223c70a64cec24d48d11af3b025 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 2 Apr 2014 13:55:29 -0400 Subject: [PATCH] With 5 items in the main navigation, limit the width to 20% rather than 25%. --- site/_includes/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_includes/css/style.css b/site/_includes/css/style.css index ddb3ede4..c184d911 100644 --- a/site/_includes/css/style.css +++ b/site/_includes/css/style.css @@ -117,8 +117,8 @@ nav li { .mobile-nav li { display: table-cell; - width: 25%; - padding: 8px; + width: 20%; + padding: 8px 2px; } @media (max-width: 768px){