Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Unset configuration boxed and box-shadow in mobile device */
- @media only screen and (max-width: 1024px) {
- .jeg_pb_boxed {
- padding: unset !important;
- }
- .jnews-dark-mode .jeg_pb_boxed {
- background: unset !important;
- }
- .jeg_pb_boxed_shadow {
- border: unset !important;
- box-shadow: unset !important;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement