Created
April 26, 2017 11:28
-
-
Save albertorestifo/50146111a6da214b329c68916c36781d to your computer and use it in GitHub Desktop.
This file contains 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 only screen and (max-width: 650px) { | |
.title-heading { | |
font-size: 18px !important; /* We need !important to */ | |
text-align: center !important; /* overcome inline styles */ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment