Don't use smaller line height on the headings
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
.last-updated {
|
.last-updated {
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 1rem;
|
margin: 1rem 0;
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
margin: 1rem 0 1rem;
|
margin: 1rem 0 1rem;
|
||||||
box-shadow: var(--edge-highlight);
|
box-shadow: var(--edge-highlight);
|
||||||
border-radius: var(--rounded-corner);
|
border-radius: var(--rounded-corner);
|
||||||
padding: 1rem 1rem 0.5rem 1rem;
|
padding: 1rem 1rem 0.5rem;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -8,7 +8,6 @@ h6 {
|
|||||||
text-wrap: balance;
|
text-wrap: balance;
|
||||||
margin: 3rem 0 1rem;
|
margin: 3rem 0 1rem;
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
line-height: normal;
|
|
||||||
font-family: var(--font-antique);
|
font-family: var(--font-antique);
|
||||||
letter-spacing: -0.05em;
|
letter-spacing: -0.05em;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user