| 123456789101112131415161718192021 |
- /* CELLPHONE */
- @media screen and (max-width: 47.2em) {
- .mision h5 {
- text-align: left;
- }
- ul.product-list li {
- display: block;
- width: 100%;
- }
- }
- @media screen and (min-width: 756px) and (max-width: 1126px) {
- ul.product-list li {
- display: inline-block;
- width: 45%;
- }
- .product-short-desc p {
- padding: 0 10px;
- }
- }
|