make <small> inside a heading normal width

This commit is contained in:
rhiannon morris 2024-09-26 15:55:13 +02:00
parent 77f78f642a
commit 037384723d

View file

@ -80,6 +80,14 @@ h1 {
font-size: 100%; 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%; } h1 { font-size: 125%; }
h2 { font-size: 125%; } h2 { font-size: 125%; }
h3 { font-size: 120%; } h3 { font-size: 120%; }