Guest User

Untitled

a guest
Jul 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. /*
  2. * Set in row parent "five-columns" class
  3. */
  4. @media screen and (min-width: 768px) {
  5. .five-columns.vc_row .vc_col-sm-2 {
  6. float: left;
  7. width: 18.5%;
  8. padding: 0;
  9. margin-right: 1.5%;
  10. min-height: 0;
  11. }
  12. .five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
  13. margin-right: 0;
  14. }
  15. }
Add Comment
Please, Sign In to add comment