Advertisement
arie_cristianD

paragraph font size in mobile

Jan 18th, 2024
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.15 KB | None | 0 0
  1. @media only screen and (max-width: 425px) {
  2.     .jeg_post_excerpt p, .content-inner p {
  3.     font-size : 11px;
  4.     line-height : 1.2em;
  5.    
  6. }
  7. }
  8.  
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement