summaryrefslogtreecommitdiff
path: root/src/sass/_header.sass
blob: 33f927161605ca9031831f61e417450611998320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import "_bootstrap.sass"

header
  background-color: $primary
  color: $color-w
  padding: 10px 0
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 0px
  h1
    font-size: 3em
    margin: 0
    a
      color: $color-w !important
    @include breakpoint(phablet)
      text-align: center