blob: ed7484ce0ea8f14ca18657b881156013f18e0a02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
@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
.open-github
float: right
|