Advertisement
fauzanjeg

Some Customization

Feb 22nd, 2021
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.53 KB | None | 0 0
  1. /* Module Hero 9 */
  2. /* Below 768px || Tab */
  3. @media only screen and (max-width: 768px) {
  4.     .jeg_heroblock_9 h2.jeg_post_title {
  5.         font-size: 22px!important;
  6.     }
  7. }
  8.  
  9. /* Title Article */
  10. /* Below 768px || Tab */
  11. @media only screen and (max-width: 768px) {
  12.     .jeg_content .entry-header h1.jeg_post_title {
  13.         font-size:12px!important;
  14.     }
  15. }
  16.  
  17. /* Below 480px || Mobile */
  18. @media only screen and (max-width: 480px) {
  19.     .jeg_content .entry-header h1.jeg_post_title {
  20.         font-size:12px!important;
  21.     }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement