forked from data.coop/website
Line height in headers was too small, resulting in squashed lines in mobile view
This commit is contained in:
parent
c5343ebaa7
commit
ac9c216b4c
|
@ -67,7 +67,7 @@ body {
|
|||
|
||||
font-family : "Space Grotesk";
|
||||
font-size : var(--base-font-size);
|
||||
line-height : 165%;
|
||||
line-height : 1.65rem;
|
||||
text-align : left;
|
||||
|
||||
border-right : var(--base-grid) solid var(--bar-color);
|
||||
|
@ -77,8 +77,9 @@ a {
|
|||
color : var(--text-color);
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6, b, strong {
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-weight : 700;
|
||||
line-height : 3rem;
|
||||
}
|
||||
|
||||
main h1 {
|
||||
|
|
Loading…
Reference in a new issue