×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: CSS
Posted by: Laurence Moore
Added: Mar 10, 2018 3:43 AM
Views: 2866
Tags: no tags
  1. @media only screen and (max-width: 450px) {
  2.             td[class="column"] {
  3.                 display: block;
  4.             width: 100%;
  5.             -moz-box-sizing: border-box;
  6.             -webkit-box-sizing: border-box;
  7.             box-sizing: border-box;
  8.             }
  9.         }