carlos-sanchez
11/17/2013 - 5:33 PM

Responsive tables (the easiest way)

Responsive tables (the easiest way)

table{
  display:block;
  max-width: 100%;
  overflow-y:scroll;
}