fauzanjeg

Customizing Meta in mobile view

Jul 8th, 2021 (edited)
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.44 KB | None | 0 0
  1. /* Customizing Meta in mobile view */
  2.  
  3. /* Mobile L */
  4. @media only screen and (max-width:456px) {
  5.     .jeg_post_meta.jeg_post_meta_1 {
  6.         font-size: 2.6vw;
  7.     }
  8. }
  9.  
  10. /* Mobile M */
  11. @media only screen and (max-width:418px) {
  12.     .jeg_post_meta.jeg_post_meta_1 {
  13.         font-size: 2.2vw;
  14.     }
  15. }
  16.  
  17. /* Mobile S */
  18. @media only screen and (max-width:320px) {
  19.     .jeg_post_meta.jeg_post_meta_1 {
  20.         font-size: 1.6vw;
  21.     }
  22. }
Add Comment
Please, Sign In to add comment