media_quieries.css 130 B

123456
  1. @media only screen and (max-width: 768px) {
  2. /* For mobile phones: */
  3. /* [class*="col-"] {
  4. width: 100%;
  5. } */
  6. }