Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. /*CSS*/
  2. @media only screen and (max-width: 500px) {
  3. table, tr, td {
  4. display: block; /* table-cell -> block */
  5. width: 100%;
  6. }
  7. .main-col { display: table-header-group; }
  8. .sub-col { display: table-footer-group; }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement