Subheader title size on mobile
Hello
How can i make the subheader font smaller on mobile, i tried this but it doesnt work
@media only screen and (max-width: 767px)
#Subheader .title {
font-size: 50px !important;
line-height: 50px !important;
}
Comments