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