Advertisement
srikat

Untitled

Nov 19th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.40 KB | None | 0 0
  1. .mp-home .featuredpost .entry {
  2.     float: left;
  3.     margin-right: 4.3rem;
  4.     min-height: 280px;
  5. }
  6.  
  7. .mp-home .featuredpost .entry:nth-of-type(3n+0) {
  8.     margin-right: 0;
  9. }
  10.  
  11. @media only screen and (max-width: 768px) {
  12.  
  13.     .mp-home .featuredpost .entry {
  14.         margin-right: 1.6rem;
  15.         min-height: 0;
  16.     }
  17.     .mp-home .featuredpost .entry:nth-of-type(3n+0) {
  18.         margin-right: 1.6rem;
  19.     }
  20.  
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement