Hi there,
How do I adjust the height of logo text for mobile devices?
I have placed this code, but it does not seem to work.
@media only screen and (max-width: 767px) {
h1.logo-text a {
font-size: 28px;
}
@media only screen and (max-width: 440px) {
h1.logo-text a {
font-size: 10px;
}
Thanks in advance