hugo-soresu

My fork of hugo-xmin

git clone git://git.shimmy1996.com/hugo-soresu.git
commit 11ad2599ed983b8749fb2ce7f0a19f998c2998dd
parent 6272e671f93490cc920b481e914ef42e95cfb3f7
Author: oneleaftea <oneleaftea@users.noreply.github.com>
Date:   Sat, 26 Aug 2017 07:05:11 -0700

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

Diffstat:
Mstatic/css/style.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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;