make <small> inside a heading normal width
This commit is contained in:
parent
77f78f642a
commit
037384723d
1 changed files with 8 additions and 0 deletions
|
@ -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%; }
|
||||
|
|
Loading…
Reference in a new issue