EduardET

blurb media query tablet lanscape

Feb 12th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. @media (max-width: 1024px) and (min-width: 981px) {
  2.     /* change the blurb title font size for tablets in landscape mode */
  3.     .wpc-custom-blurb h4.et_pb_module_header a {
  4.         font-size: 12px!important;
  5.     }
  6.  
  7.     /* change the blurb description font size for tablets in landscape mode */
  8.     .wpc-custom-blurb .et_pb_blurb_description {
  9.         font-size: 12px;
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment