Compare commits

...

2 Commits

Author SHA1 Message Date
Halfdan 8af9ecc791 More tweaking line heights and stuff like that
continuous-integration/drone/push Build is passing Details
2022-11-11 15:01:14 +01:00
Halfdan ac9c216b4c Line height in headers was too small, resulting in squashed lines in mobile view 2022-11-11 14:18:33 +01:00
1 changed files with 5 additions and 4 deletions

View File

@ -67,7 +67,7 @@ body {
font-family : "Space Grotesk";
font-size : var(--base-font-size);
line-height : 165%;
line-height : 2.3rem;
text-align : left;
border-right : var(--base-grid) solid var(--bar-color);
@ -77,18 +77,19 @@ a {
color : var(--text-color);
}
h1, h2, h3, h4, h5, h6, b, strong {
h1, h2, h3, h4, h5, h6 {
font-weight : 700;
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 {