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
This commit is contained in:
oneleaftea 2017-08-26 07:05:11 -07:00 committed by Yihui Xie
parent 6272e671f9
commit 11ad2599ed
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ body {
}
/* header and footer areas */
.menu { padding: 0; }
.menu li { display: inline-block; }
.article-meta, .menu a {
text-decoration: none;