Make Header Smaller On Mobile
-
My header looks much bigger on mobile than it looks on desktop. I’m trying to make it look proportional, but I’m having trouble. The width is good, I’m trying to decrease the height.
I tried this but it didn’t solve anything:
@media screen and (max-width: 480px) { header { height: 50%; } }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Make Header Smaller On Mobile’ is closed to new replies.