frankyonnetti
1/27/2014 - 9:34 PM

#css table styles for RWD

Scss - table styles responsive #scss #table

table {
  width: 100%;

  thead, tbody {
    position: relative;
  }

  th, td {
    text-align: left;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    float: left;
  }
}