Last active
November 16, 2016 21:44
-
-
Save christophwolff/f84fff5f95822cb24949b56bb692decb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.comment-icon { | |
display: flex; | |
@include media-breakpoint-up(sm) { // Using native Bootstrap Breakpoints | |
display: inline-block; | |
} | |
} | |
//http://v4-alpha.getbootstrap.com/layout/overview/#responsive-breakpoints |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment