forked from data.coop/website
More tweaking line heights and stuff like that
This commit is contained in:
parent
ac9c216b4c
commit
8af9ecc791
|
@ -67,7 +67,7 @@ body {
|
|||
|
||||
font-family : "Space Grotesk";
|
||||
font-size : var(--base-font-size);
|
||||
line-height : 1.65rem;
|
||||
line-height : 2.3rem;
|
||||
text-align : left;
|
||||
|
||||
border-right : var(--base-grid) solid var(--bar-color);
|
||||
|
@ -79,17 +79,17 @@ a {
|
|||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-weight : 700;
|
||||
line-height : 3rem;
|
||||
line-height : 3.2rem;
|
||||
}
|
||||
|
||||
main h1 {
|
||||
font-size : 3rem;
|
||||
margin : 0 0 3rem 0;
|
||||
margin : 0 0 2rem 0;
|
||||
}
|
||||
|
||||
main h2 {
|
||||
font-size : 2rem;
|
||||
margin : 3.5rem 0 1.5rem 0;
|
||||
margin : 3rem 0 1rem 0;
|
||||
}
|
||||
|
||||
main h3 {
|
||||
|
|
Loading…
Reference in a new issue