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
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!