From 998acff2a4c1c23cc5e1199ca846e8517146fefd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 16 Mar 2023 14:14:03 +0100 Subject: [PATCH] style archive titles --- panikweb_esperanzah/static/css/style.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/panikweb_esperanzah/static/css/style.scss b/panikweb_esperanzah/static/css/style.scss index 1d46a59..097bd39 100644 --- a/panikweb_esperanzah/static/css/style.scss +++ b/panikweb_esperanzah/static/css/style.scss @@ -1854,9 +1854,13 @@ div.emission-episodes { h3.archives { clear: both; + text-align: center; + font-family: $title-font; font-size: 30px; + p { - margin-top: -1em; + text-align: center; + margin: -1em auto 0 auto; + max-width: 50em; } } @@ -1978,7 +1982,10 @@ div#header_date { } h2.top { + text-align: center; padding-bottom: 2rem; + font-family: $title-font; + font-weight: bold; } .episode-auto-selection-cell.hide-emission-titles { -- 2.39.2