Advertisement
fauzanjeg

Change Font Size for Post Title

Jan 18th, 2021
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.14 KB | None | 0 0
  1. /* Change Font Size for Post Title */
  2. @media only screen and (max-width: 480px) {
  3.     h3.jeg_post_title a {
  4.         font-size: 150%;
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement