Style heading levels 4-6
Add separate stylization (specifically font sizes) to headings past H3, since we'd like to utilize them in the blog section for things like bylines. Change-Id: Ie6813e0cb0c9c586ede1e0fccd4524f058c4c026
This commit is contained in:
parent
9f0fbbfcba
commit
442732a7ea
@ -1471,6 +1471,20 @@ h3 {
|
||||
font-size: 1.2em;
|
||||
letter-spacing: -0.025em; }
|
||||
|
||||
h4 {
|
||||
line-height: 0.5em;
|
||||
letter-spacing: -0.025em; }
|
||||
|
||||
h5 {
|
||||
font-size: 0.75em;
|
||||
line-height: 0.5em;
|
||||
letter-spacing: -0.025em; }
|
||||
|
||||
h6 {
|
||||
font-size: 0.5em;
|
||||
line-height: 0.5em;
|
||||
letter-spacing: -0.025em; }
|
||||
|
||||
sub {
|
||||
font-size: 0.8em;
|
||||
position: relative;
|
||||
|
Loading…
Reference in New Issue
Block a user