Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. @media only screen and (max-width:480px){
  2. #shoplist table { width: 100%; border:none; padding: 10px;}
  3. #shoplist thead { display: none;}
  4. #shoplist tr {
  5. border-top: 1px solid #4f4d47;
  6. display: block;
  7. margin-bottom: 20px;
  8. }
  9. #shoplist td {
  10. border-right: 1px solid #4f4d47;
  11. border-bottom: none;
  12. display: block;
  13. padding: 0;
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement