luiscabre Posted March 13, 2017 Share Posted March 13, 2017 Saludos... les agradezo me ayuden con el siguiente problema. He instalado un modulo ContextBOX a mi sitio...y agregué una clase en un <div> para este modulo.... los media queries de 768px y superiores trabajan bien en el achivo Global.css Pero cuando declaro la clase para media queries 479px.... en el archivo global.css, para el modulo ContentBOX ...no me reconoce la clase...... no puedo dar con el problema...!!! /* Extra Small Devices, Phones */ @media (max-width: 479px) { .tituloshomeconoce h1 { font-size: 2rem!important; font-family: 'Conv_BebasNeue'; color: black; } .tituloshome h1 { font-size: 2rem!important; font-family: 'Conv_BebasNeue'; color: black; margin-top: 25px; } } /* Small Devices, Tablets */ @media only screen and (max-width : 768px) { .tituloshomeconoce h1 { font-size: 2.7rem!important; font-family: 'Conv_BebasNeue'; color: black; } .tituloshome h1 { font-size: 2.7rem!important; font-family: 'Conv_BebasNeue'; color: black; margin-top: 25px; } } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now