fauzanjeg

Change Article Font Size

Aug 23rd, 2021 (edited)
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.14 KB | None | 0 0
  1. /* Change Article Font Size */
  2. @media only screen and (min-width: 1025px) {
  3.     .single-post .content-inner {
  4.         font-size: 20px;
  5.     }
  6. }
Add Comment
Please, Sign In to add comment