Advertisement
brooklyndesignstudio

Remove Mobile Margin on Competitions Page

Sep 10th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1. /*-----------------  REMOVE MOBILE MARGIN ON COMPETITIONS PAGE  ---------------------*/
  2. @media all and (max-width: 768px) {
  3.     .et_pb_promo_description h2 {
  4.         margin-top: 0px !important;
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement