Skip to content

Instantly share code, notes, and snippets.

@carlos-sanchez
Created November 17, 2013 17:33
Show Gist options
  • Save carlos-sanchez/7515844 to your computer and use it in GitHub Desktop.
Save carlos-sanchez/7515844 to your computer and use it in GitHub Desktop.
Responsive tables (the easiest way)
table{
display:block;
max-width: 100%;
overflow-y:scroll;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment