Advertisement
srikat

Untitled

May 26th, 2016
113
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. .centered-images,.centered-images >
  3. div {
  4. display: block;
  5. }
  6.  
  7. .centered-images >div {
  8. padding-left: 0;
  9. margin-bottom: 20px;
  10. text-align: center;
  11. }
  12.  
  13. #ez-home-container-wrap .centered-images img {
  14. display: inline-block;
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement