Advertisement
fauzanjeg

Change Font Size for Title in Single Post on Mobile Layout Only

May 10th, 2021
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. /* Change Font Size for Title in Single Post on Mobile Layout Only */
  2. @media only screen and (max-width: 1024px) {
  3.     .single-post .entry-header h1.jeg_post_title {
  4.         font-size: 21px !important;
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement