From 037384723d9ce2df193ce11584a7e22562c4204d Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Thu, 26 Sep 2024 15:55:13 +0200 Subject: [PATCH] make inside a heading normal width --- style/page.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style/page.css b/style/page.css index bc66e9a..53e8f6c 100644 --- a/style/page.css +++ b/style/page.css @@ -80,6 +80,14 @@ h1 { font-size: 100%; } +h1 small { + font-variant-east-asian: normal; + -moz-font-feature-settings: normal; + -webkit-font-feature-settings: normal; + font-feature-settings: normal; +} + + h1 { font-size: 125%; } h2 { font-size: 125%; } h3 { font-size: 120%; }