Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. @media only screen and (max-width:960px)
  2. {
  3. div a {width: 25%; padding: 15px;}
  4. }
  5.  
  6. @media only screen and (max-width:768px)
  7. {
  8. div a {width: 27%; padding: 15px 10px;}
  9. }
  10.  
  11. @media only screen, (max-width:769px) and (max-width:959px)
  12. {
  13. div a {padding: 10px 21px 19px 10px;}
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement