Skip to content

Instantly share code, notes, and snippets.

@jhned
Created October 19, 2015 14:35
Show Gist options
  • Save jhned/0e96b289b2d90e875a82 to your computer and use it in GitHub Desktop.
Save jhned/0e96b289b2d90e875a82 to your computer and use it in GitHub Desktop.
/*——————————————————————————————————————————————————————————
/ 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