Created
July 26, 2016 06:44
-
-
Save iheartmedia-matt/28e108c3711a6f9a39b444a119e44923 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
@media (max-width: 992px) { | |
#main_content_container .section_container .sub_content_container .grid_container .background_container { | |
padding: 0 0 20px 20px; | |
} | |
.number_title_container .number_container { | |
text-align: left; | |
} | |
#main_content_container .section_container .sub_title_text_mobile p { | |
padding: 0 !important; | |
} | |
#main_content_container .section_container .sub_content_container .grid_container .background_container.has_description h2 { | |
font-size: 1.6rem; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment