Skip to content

Instantly share code, notes, and snippets.

@asimpson
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asimpson/68b0ebd70d1cd61da55e to your computer and use it in GitHub Desktop.
Save asimpson/68b0ebd70d1cd61da55e to your computer and use it in GitHub Desktop.
.tbl-cell {
float: left;
width: 100%;
@include sb-media($b-big-table) {
display: table-cell;
float: none;
}
}
.tbl-header-cell {
@extend .tbl-cell;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment