Replies: 2
Hi
Everytime on Movile the logo goes into the middle and the header doesnt shrink to fit
the screen so abit of the right side gets cut off.
I tried this css
@media (max-width: 480px){
.logo img {
width: 100%;
height: 100%;
}
}
DOESNT WORK EITHER.
Any help will be apppreciated.