From 508d07632dbc07ba7d17d2b6a79de72802e6d37d Mon Sep 17 00:00:00 2001 From: Reda Lazri Date: Wed, 12 Nov 2014 15:10:39 +0100 Subject: [PATCH] Fix padding --- stylesheet.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/stylesheet.css b/stylesheet.css index e696202..2e961da 100755 --- a/stylesheet.css +++ b/stylesheet.css @@ -94,7 +94,7 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b background-color: white; border-radius: 100px; text-align: center; - width: 675px; + width: 663px; height: 2.55556em; margin: auto; } @@ -104,22 +104,22 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b font-weight: bold; list-style-type: none; border-right: 1px #9BD2BF solid; - padding: 0 10px 0 10px; + padding: 0 45px 0 45px; line-height: 2.9; float: left; - width: 170px; +/* width: 170px; */ height: 2.85556em; } .navbar li:first-child { border-radius: 100px 0 0 100px; - width: 160px; +/* width: 160px; */ } .navbar li:last-child { border-right: 0; border-radius: 0 100px 100px 0; - width: 92px; +/* width: 92px; */ } .navbar li:hover { background-color: #FFDD55; -- 2.25.1