More tweaking line heights and stuff like that
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Halfdan 2022-11-11 15:01:14 +01:00
parent ac9c216b4c
commit 8af9ecc791
1 changed files with 4 additions and 4 deletions

View File

@ -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 {