Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Customizing Meta in mobile view */
- /* Mobile L */
- @media only screen and (max-width:456px) {
- .jeg_post_meta.jeg_post_meta_1 {
- font-size: 2.6vw;
- }
- }
- /* Mobile M */
- @media only screen and (max-width:418px) {
- .jeg_post_meta.jeg_post_meta_1 {
- font-size: 2.2vw;
- }
- }
- /* Mobile S */
- @media only screen and (max-width:320px) {
- .jeg_post_meta.jeg_post_meta_1 {
- font-size: 1.6vw;
- }
- }
Add Comment
Please, Sign In to add comment