aboutsummaryrefslogtreecommitdiff
path: root/_scss/components/_header.scss
blob: c5b95b8883b71b052f9be64f96c9119290ee6f0d (plain) (blame)
1
2
3
4
5
6
7
8
9
header {
  border-bottom: 1px solid $color-bg-alt;
}

article {
  header {
    padding-bottom: 16px;
  }
}