summaryrefslogtreecommitdiff
path: root/assets/sass/_title.sass
blob: 16e81df35fb9ec2fa737f86de638fcdc2daa8e6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@import variables

h1, h2, h3
  font-weight: normal
  color: color('primary')

h1
  font-size: size('title')

h2
  font-size: size('large')
  margin-bottom: 10px

h3
  margin-top: 10px
  font-size: size('medium')