Skip to content

Instantly share code, notes, and snippets.

@tjinauyeung
Created August 25, 2016 07:34
Show Gist options
  • Save tjinauyeung/265d32124bb3af09d97b5725daa1b024 to your computer and use it in GitHub Desktop.
Save tjinauyeung/265d32124bb3af09d97b5725daa1b024 to your computer and use it in GitHub Desktop.
.features {
display: flex;
@include tablet {
flex-direction: column;
text-align: left;
}
@include mobile {
display: block;
}
.feature__column {
text-align: center;
padding: 50px;
@include tablet {
display: flex;
align-items: center;
text-align: left;
article {
margin-left: 50px;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment