Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Module Hero 9 */
- /* Below 768px || Tab */
- @media only screen and (max-width: 768px) {
- .jeg_heroblock_9 h2.jeg_post_title {
- font-size: 22px!important;
- }
- }
- /* Title Article */
- /* Below 768px || Tab */
- @media only screen and (max-width: 768px) {
- .jeg_content .entry-header h1.jeg_post_title {
- font-size:12px!important;
- }
- }
- /* Below 480px || Mobile */
- @media only screen and (max-width: 480px) {
- .jeg_content .entry-header h1.jeg_post_title {
- font-size:12px!important;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement