Hey there,
I designed a new website for a customer.
I have one problem I cannot fix:
I want to set Media Queries for mobile Display (max-width: 767px). I did some CSS but it doesnt work.
Where is the mistake? Or what did I do wrong? The elements to optimize have css-class .h-mobile
The CSS Code I am using:
@media (max-width: 767px) {
.h-mobile { font-size: 16px!important;
}
}
Thanks for help
Andy
