summaryrefslogtreecommitdiff
path: root/src/sass/main.sass
blob: deab05d3fc2cabc7e4d6e2a20bd0f132adf6dd50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@import "_header.sass";
@import "_commit.sass";

body
  color: #2c3e50
  font-family: $font-family
  background-color: #fbfcfc 

#home
  @include breakpoint(phablet)
    flex-direction: column-reverse
    > div
      margin-bottom: 42px