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; } }