Advertisement
arie_cristianD

change the font size in mobile screen

Nov 13th, 2023 (edited)
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. /* change the font size on mobile screen */
  2.  
  3. @media only screen and (max-width: 767px){
  4.     .single .content-inner {
  5.         font-size : 20px /* change the font size as you want */
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement