Advertisement
Guest User

Untitled

a guest
May 11th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.26 KB | None | 0 0
  1. .footer__top .jas-row > .jas-col-md-3:last-child { display: none; }
  2. @media only screen and (min-width: 62em) {
  3.     .footer__top .jas-row .jas-col-md-2 {
  4.         -ms-flex-preferred-size: 25%;
  5.         -webkit-flex-basis: 25%;
  6.         flex-basis: 25%;
  7.         max-width: 25%;
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement