UNPKG

208 Btext/x-handlebars-templateView Raw
1/** Media query for small size device */
2
3@import "../variables/size";
4
5@media screen and (max-width: $small-media-max-width) {
6 table, tr, body, th, td {
7 display: block;
8 margin: 0;
9 }
10}
\No newline at end of file