Advertisement
fauzanjeg

Responsive Font Size Example

Jun 15th, 2021
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.16 KB | None | 0 0
  1. /* Responsive Font Size Example */
  2. @media only screen and (max-width: 480px) {
  3.     .jeg_block_heading h3.jeg_block_title span {
  4.         font-size: 5vw;
  5.     }
  6. }
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement