Hi,
I've a problem with the size title in the module. In my quickstart those are ok, in new configuration those are all the same (big!).
How can I fix?
thank you all!
h4 {
font-size: 1rem;
}
@media only screen and (max-width:640px) {
.nspArt h4.nspHeader {
font-size: 15px;
margin: 0;
padding: 0 0 15px;
}
}