all repos — archive/hugo-xmin @ 11ad2599ed983b8749fb2ce7f0a19f998c2998dd

Customised minimal hugo theme

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

oneleaftea
commit

11ad2599ed983b8749fb2ce7f0a19f998c2998dd

parent

6272e671f93490cc920b481e914ef42e95cfb3f7

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M static/css/style.cssstatic/css/style.css
@@ -6,6 +6,7 @@ line-height: 1.5em;
} /* header and footer areas */ +.menu { padding: 0; } .menu li { display: inline-block; } .article-meta, .menu a { text-decoration: none;