Guest User

Untitled

a guest
Jun 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. @media screen and (max-width:1024px) {
  2. body your_selector {
  3. width: 100%;
  4. }
  5. }
  6.  
  7. @media screen and (max-width:1024px) {
  8. your_selector {
  9. width: 100% !important;
  10. }
  11. }
Add Comment
Please, Sign In to add comment