1234567891011121314151617181920212223 |
- @media screen and (max-width: 330px) {
- table tr td div {
- height: 60px;
- /*width: 60px;*/
- overflow: hidden;
- }
- .products_table td img {
- height: 35px;
- border-radius: 50%;
- }
- }
- @media screen and (max-width: 414px) {
- table tr td div {
- height: 80px;
- /*width: 60px;*/
- overflow: hidden;
- }
-
- }
|