Last active
October 12, 2017 15:11
-
-
Save richtabor/a519d5e208a6763686c8d7c143ba911a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body .upsells.products h2, | |
body .related.products h2, | |
body #woocommerce-info-trigger, | |
body #woocommerce-reviews-trigger, | |
body .product_title.entry-title { | |
font-size: 22px !important; | |
} | |
@media screen and (min-width: 500px) { | |
body .upsells.products h2, | |
body .related.products h2, | |
body #woocommerce-info-trigger, | |
body #woocommerce-reviews-trigger, | |
body .product_title.entry-title { | |
font-size: 28px !important; | |
} | |
} | |
@media screen and (min-width: 900px) { | |
body .upsells.products h2, | |
body .related.products h2, | |
body #woocommerce-info-trigger, | |
body #woocommerce-reviews-trigger, | |
body .product_title.entry-title { | |
font-size: 35px !important; | |
} | |
} | |
@media screen and (min-width: 900px) and (max-width: 1024px) { | |
body .upsells.products h2, | |
body .related.products h2, | |
body #woocommerce-info-trigger, | |
body #woocommerce-reviews-trigger, | |
body .product_title.entry-title { | |
font-size: 40px !important; | |
} | |
} | |
@media screen and (min-width: 1200px) { | |
body .upsells.products h2, | |
body .related.products h2, | |
body #woocommerce-info-trigger, | |
body #woocommerce-reviews-trigger, | |
body .product_title.entry-title { | |
font-size: 40px !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment