srikat

Untitled

Jan 28th, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. @media only screen and (min-width: 501px) {
  2.  
  3. .my-columns {
  4. display: -ms-grid;
  5. display: grid;
  6. -ms-grid-columns: 1fr 5fr;
  7. grid-template-columns: 1fr 5fr;
  8. grid-gap: 40px;
  9. }
  10.  
  11. }
  12.  
  13. @media only screen and (max-width: 500px) {
  14.  
  15. .left {
  16. margin-bottom: 40px;
  17. }
  18.  
  19. }
Add Comment
Please, Sign In to add comment