Answered
Resizing the image
Hi,
Moving from Tablet to Mobile, I want to make the logo image smaller.
How do I do?
Hosun Kang

Hi,
Moving from Tablet to Mobile, I want to make the logo image smaller.
How do I do?
Hosun Kang

Just set the width of the logo in the mobile media query:
@media (max-width: 500px) {
.logo {
width: 40px;
}
}
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.