Hi
My own logo text that is set in theme branding is not responsive.
The posts and pages shrink down like they are supposed to on mobile but the logo text doesn't
Is there anyway to remedy this?
a.textLogo {
max-width: 100%;
}
@media (max-width: 900px) {
a.textLogo {
font-size: 50px;
}
}