fireflythemes

Remove mobile margins

Dec 30th, 2020
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.14 KB | None | 0 0
  1. @media screen and (max-width: 992px) {
  2.     .entry-content-wrapper {
  3.         padding: 0;
  4.     }
  5.     .single-content-wraper {
  6.         box-shadow: unset;
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment