Advertisement
srikat

Untitled

Dec 20th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @media only screen and (min-width: 768px) {
  2.  
  3. .front-page-2 .widget-wrap {
  4. display: grid;
  5. grid-template-columns: repeat(2, 1fr);
  6. grid-gap: 40px;
  7. }
  8.  
  9. .front-page-2 .entry {
  10. margin-bottom: 40px;
  11. }
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement