Created
October 19, 2015 14:35
-
-
Save jhned/0e96b289b2d90e875a82 to your computer and use it in GitHub Desktop.
This file contains 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
/*—————————————————————————————————————————————————————————— | |
/ Details: Tablet & Up | |
/—————————————————————————————————————————————————————————*/ | |
@media #{$medium-up} { | |
ul { | |
@include columns(3 3em) | |
padding-left: 0; | |
border-left: 0; | |
list-style-type: square; | |
li { | |
padding-left: 1em; | |
text-indent: -1em; | |
list-style-position: inside; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment