Advertisement
Guest User

css

a guest
Jul 24th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. @media (min-width: 992px) {
  2. .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  3. float: left;
  4. }
  5.  
  6. .col-md-13, img {
  7. min-width: 60%;
  8. }
  9. .col-md-12 {
  10. width: 100%;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement