Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Fix Font Size issue || Custom Change */
- /* Mobile S */
- @media only screen and (max-width: 320px) {
- .jeg_slide_item .jeg_slide_caption .jeg_caption_container .jeg_post_title a {
- font-size:10px !important;
- }
- }
- /* Mobile M */
- @media only screen and (max-width: 375px) {
- .jeg_slide_item .jeg_slide_caption .jeg_caption_container .jeg_post_title a {
- font-size:20px !important;
- }
- }
- /* Mobile L */
- @media only screen and (max-width: 425px) {
- .jeg_slide_item .jeg_slide_caption .jeg_caption_container .jeg_post_title a {
- font-size:30px !important;
- }
- }
- /* Tablet */
- @media only screen and (max-width: 768px) {
- .jeg_slide_item .jeg_slide_caption .jeg_caption_container .jeg_post_title a {
- font-size40px !important;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement