Table.css 317 B

1234567891011121314151617181920212223
  1. @media screen and (max-width: 330px) {
  2. table tr td div {
  3. height: 60px;
  4. /*width: 60px;*/
  5. overflow: hidden;
  6. }
  7. .products_table td img {
  8. height: 35px;
  9. border-radius: 50%;
  10. }
  11. }
  12. @media screen and (max-width: 414px) {
  13. table tr td div {
  14. height: 80px;
  15. /*width: 60px;*/
  16. overflow: hidden;
  17. }
  18. }