Guest User

Untitled

a guest
Jan 24th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. ul.product-cats li {
  2. list-style: none;
  3. margin-left: 0;
  4. margin-bottom: 4.236em;
  5. text-align: center;
  6. position: relative;
  7. }
  8. ul.product-cats li img {
  9. margin: 0 auto;
  10. }
  11.  
  12. @media screen and (min-width:768px) {
  13.  
  14. ul.product-cats {
  15. margin-left: 0;
  16. clear: both;
  17. }
  18. ul.product-cats li {
  19. width: 29.4117647059%;
  20. float: left;
  21. margin-right: 5.8823529412%;
  22. }
  23. ul.product-cats li:nth-of-type(3) {
  24. margin-right: 0;
  25. }
  26.  
  27. }
Add Comment
Please, Sign In to add comment