From 84bd86f43144a71009487691ce0222078365ff30 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 29 Jul 2014 20:38:33 +0100 Subject: Don't use h1 for site title outside of homepage --- static/css/hyde.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/css/hyde.css b/static/css/hyde.css index f6c51ee..1e90233 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -76,11 +76,15 @@ html { } /* About section */ -.sidebar-about h1 { +.site-title { color: #fff; margin-top: 0; font-family: "Abril Fatface", serif; font-size: 3.25rem; + font-weight: bold; + line-height: 1.25; + margin-bottom: 0.5rem; + display: block; } .contact-head { -- cgit 1.4.1