Add line height spec to h2
This commit is contained in:
parent
1581f8831b
commit
380101896a
@ -260,6 +260,9 @@ h1 {
|
||||
max-width: var(--square);
|
||||
padding: 0 calc(var(--margin) * var(--square)) 0.5em; }
|
||||
|
||||
h2 {
|
||||
line-height: 1.2; }
|
||||
|
||||
h2[data-category]::before {
|
||||
content: attr(data-category);
|
||||
font-size: .7em;
|
||||
|
||||
@ -338,6 +338,10 @@ h1 {
|
||||
padding: 0 calc(var(--margin) * var(--square)) .5em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
h2[data-category]::before {
|
||||
content: attr(data-category);
|
||||
font-size: .7em;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user