diff options
author | Alan Pearce | 2017-06-17 17:35:21 +0200 |
---|---|---|
committer | Alan Pearce | 2017-06-17 17:35:21 +0200 |
commit | e1f53d9a65f7cf830f6ea2df223c1fb5fb1ab596 (patch) | |
tree | 0088c4b4e54f80d51dbfa4f7fe9f7dbd8bab32d1 | |
parent | 8d6d7d29ba164f128ff52a1ed4ecda9772156e88 (diff) | |
download | hyde-e1f53d9a65f7cf830f6ea2df223c1fb5fb1ab596.tar.lz hyde-e1f53d9a65f7cf830f6ea2df223c1fb5fb1ab596.tar.zst hyde-e1f53d9a65f7cf830f6ea2df223c1fb5fb1ab596.zip |
Set title size to fit on one line
-rw-r--r-- | static/css/hyde.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |