Skip to content

Instantly share code, notes, and snippets.

@bcruddy
Last active March 24, 2017 19:40
Show Gist options
  • Save bcruddy/21eb0a0ee4f3e2b56b43b04e9c8fcaef to your computer and use it in GitHub Desktop.
Save bcruddy/21eb0a0ee4f3e2b56b43b04e9c8fcaef to your computer and use it in GitHub Desktop.
@media screen and (max-width: 767px) {
table.table-magic { border: 0; }
table.table-magic thead { display: none; }
table.table-magic tr { margin-bottom: 10px; display: block; border: 1px solid #ddd; border-bottom: 2px solid #ddd; }
table.table-magic td { display: block; position: relative; text-align: right; font-size: 13px; border-bottom: 1px dotted #ccc; }
table.table-magic td:last-child { border-bottom: 0; }
table.table-magic td:before { content: attr(data-label); position: absolute; left: 5px; text-transform: uppercase; font-weight: bold; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment