mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
19 lines
229 B
SCSS
19 lines
229 B
SCSS
h1,
|
|
h2,
|
|
h3,
|
|
h4 {
|
|
font-weight: 300;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 1.6em;
|
|
margin: 0;
|
|
}
|
|
|
|
.heading {
|
|
font-family: $heading-font-family;
|
|
font-size: modular-scale(1);
|
|
line-height: $heading-line-height;
|
|
margin: 0 0 $small-spacing;
|
|
}
|