15 lines
189 B
Sass
15 lines
189 B
Sass
h1, h2, h3
|
|
font-weight: normal
|
|
color: $title-color
|
|
|
|
h1
|
|
font-size: $page-title-size
|
|
|
|
h2
|
|
font-size: $text-large
|
|
margin-bottom: 10px
|
|
|
|
h3
|
|
margin-top: 10px
|
|
font-size: $text-medium
|