Advertisement
phpface

Untitled

Sep 20th, 2020
1,413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.16 KB | None | 0 0
  1. @media (min-width: 1600px){
  2.     .container{
  3.         max-width: 1300px;
  4.     }
  5. }
  6.  
  7. @media (min-width: 2000px){
  8.     .container{
  9.         max-width: 1400px;
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement