Advertisement
srikat

Untitled

May 26th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. @media only screen and (max-width: 500px) {
  2.  
  3. .centered-images,
  4. .centered-images > div {
  5. display: block;
  6. }
  7.  
  8. .centered-images > div {
  9. padding-left: 0;
  10. margin-bottom: 20px;
  11. text-align: center;
  12. }
  13.  
  14. #ez-home-container-wrap .centered-images img {
  15. display: inline-block;
  16. }
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement