Design comparison
Solution retrospective
I was facing problems in making navbar for mobile version using bootstrap. can you please guide me how how I can make it more effectively...can you also suggest me something how I can improve the quality of my code
Community feedback
- Account deleted
you need to add collapse div on your nav. check docs. Or you can write your own media queries for that.
0@namankandolPosted over 3 years agoi thought of doing so but the mobile layout was not the same as that
0Account deleted@namankandol Use smaller images for logo. Also use "img-fluid" class. This'll make your images responsive. And i see some padding issues on features section. You need remove that paddings on small screens. Don't give padding like that. Use bootstraps padding classes. "p-lg-?", "p-md-?"...
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord