From 7bd2525fa936e117abd7503844c9dab73d87de1a Mon Sep 17 00:00:00 2001 From: erdgeist Date: Thu, 30 Jul 2026 23:40:28 +0200 Subject: Promote article title from h2 to h1 and fix css accordingly --- public/stylesheets/ccc.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'public') diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 5b10fa26..f018d2b2 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css @@ -229,7 +229,7 @@ h4 { text-decoration: none; } -h1, h2, h3 { +h1, h2, h3, h4 { word-wrap: anywhere; hyphens:auto; } @@ -696,6 +696,11 @@ div#tags li { text-align: left; } +div#center_column h1 { + font-size: 1.5em; + line-height: 1.2; +} + div#center_column h2 a { color: CanvasText; text-decoration: none; @@ -705,10 +710,15 @@ div#center_column h2 a:hover { color: color-mix(in srgb, CanvasText, #808080 50%); } +div#center_column h1.headline, div#center_column h2.headline { margin-top: 10px; } +div#center_column h1.headline { + font-size: 1.5em; +} + div#center_column .article_partial h2.headline { border-top: 1px solid color-mix(in srgb, CanvasText, Canvas 70%); padding-top: 30px; -- cgit v1.3