From: oneleaftea <oneleaftea@users.noreply.github.com> Date: Sat, 26 Aug 2017 14:05:11 +0000 (-0700) Subject: Fix centering on menu in header (style.css change) (#12) X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=11ad2599ed983b8749fb2ce7f0a19f998c2998dd;p=brevno-suite%2Fthemes%2Fxmin Fix centering on menu in header (style.css change) (#12) * Update style.css to change .menu padding to 0px Since menu li items normally add padding, it off-centers the menu. Changing padding to 0px fixes this. * split the two CSS rules --- diff --git a/static/css/style.css b/static/css/style.css index d23b9a5..0edd168 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -6,6 +6,7 @@ body { } /* header and footer areas */ +.menu { padding: 0; } .menu li { display: inline-block; } .article-meta, .menu a { text-decoration: none;