| 123456789101112131415161718192021222324252627282930313233 |
- /* 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;
- }
- }
- @media screen and (min-width: 756px) and (max-width: 1866px) {
- ul#product-category-nav li {
- display: inline-block;
- width: 20%;
- text-align: center;
- }
- ul#product-category-nav li a {
- font-size: 95%;
- margin: 15px 0px;
- }
- }
|