diff --git a/static/style.css b/static/style.css index 6fca0bc..5ba7e98 100644 --- a/static/style.css +++ b/static/style.css @@ -36,7 +36,11 @@ html, body { } /* Headers */ -h1 { +body > .node > h1 { + text-align: center; +} + +.node .node h1 { font-size: 150%; }