Advertisement
Guest User

Untitled

a guest
Aug 5th, 2015
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. @media (max-width: 768px;) {
  2.  
  3. #columns {
  4. display: block;
  5. width: 100%;
  6. }
  7. }
  8.  
  9. @media (min-width: 768px;) {
  10.  
  11. #columns {
  12. display: inline-block;
  13. width: 50%;
  14. }
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement