From e1f53d9a65f7cf830f6ea2df223c1fb5fb1ab596 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 17 Jun 2017 17:35:21 +0200 Subject: Set title size to fit on one line --- static/css/hyde.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/css/hyde.css') diff --git a/static/css/hyde.css b/static/css/hyde.css index 0255e81..5d429db 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -84,7 +84,7 @@ code,pre { color: #fff; margin-top: 0; font-family: Georgia, serif; - font-size: 3.25rem; + font-size: 2.5rem; font-weight: bold; line-height: 1.25; margin-bottom: 0.5rem; -- cgit 1.4.1