Advertisement
arie_cristianD

hero_5_titile_responsive

Aug 24th, 2023
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1.   /* make title text responsive */
  2.  
  3. @media screen and (min-width: 669px) and (max-width: 1130px) {
  4.  
  5.   .jeg_heroblock_5 .jeg_post_title {
  6.     font-size: 2vw;
  7.  
  8.   }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement