responsiveness.css 410 B

123456789101112131415161718192021
  1. /* CELLPHONE */
  2. @media screen and (max-width: 47.2em) {
  3. .mision h5 {
  4. text-align: left;
  5. }
  6. ul.product-list li {
  7. display: block;
  8. width: 100%;
  9. }
  10. }
  11. @media screen and (min-width: 756px) and (max-width: 1126px) {
  12. ul.product-list li {
  13. display: inline-block;
  14. width: 45%;
  15. }
  16. .product-short-desc p {
  17. padding: 0 10px;
  18. }
  19. }