Advertisement
danine1

2 column mobile gallery on portfolio sites

Nov 19th, 2019
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.10 KB | None | 0 0
  1. @media (max-width: 767px) {
  2.     .btx-layout-responsive .btx-col-6
  3.     {
  4.         width: 50%!important;
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement