Design comparison
Solution retrospective
I want a help with responsive, I tried to change the widths of the elements inside the container but the browser over rights on them any ideas will help
Community feedback
- Account deleted
You have
width: 1000px
set on the container. Change it tomax-width: 1000px
.Btw I recommend using rems instead of px and setting font-size of the html element to 62.5% (of the default 16px) which will make 1rem 10px. It's easier to work with and useful for people with vision problems who want to increase the default font size of the browser.
1@Hazard-58Posted over 2 years ago@zauri-khutsishvili It didn't work but I`ll try starting with mobile and then making a query for the desktop
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