Compare commits
2 commits
c5343ebaa7
...
8af9ecc791
Author | SHA1 | Date | |
---|---|---|---|
8af9ecc791 | |||
ac9c216b4c |
|
@ -67,7 +67,7 @@ body {
|
||||||
|
|
||||||
font-family : "Space Grotesk";
|
font-family : "Space Grotesk";
|
||||||
font-size : var(--base-font-size);
|
font-size : var(--base-font-size);
|
||||||
line-height : 165%;
|
line-height : 2.3rem;
|
||||||
text-align : left;
|
text-align : left;
|
||||||
|
|
||||||
border-right : var(--base-grid) solid var(--bar-color);
|
border-right : var(--base-grid) solid var(--bar-color);
|
||||||
|
@ -77,18 +77,19 @@ a {
|
||||||
color : var(--text-color);
|
color : var(--text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6, b, strong {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-weight : 700;
|
font-weight : 700;
|
||||||
|
line-height : 3.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
main h1 {
|
main h1 {
|
||||||
font-size : 3rem;
|
font-size : 3rem;
|
||||||
margin : 0 0 3rem 0;
|
margin : 0 0 2rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
main h2 {
|
main h2 {
|
||||||
font-size : 2rem;
|
font-size : 2rem;
|
||||||
margin : 3.5rem 0 1.5rem 0;
|
margin : 3rem 0 1rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
main h3 {
|
main h3 {
|
||||||
|
|
Loading…
Reference in a new issue