@mattyoung7Submitted about 3 years ago
For the desktop layout, I had some difficulty making the design look okay on larger screen sizes. Any suggestions on better practices would be really appreciated!
For the desktop layout, I had some difficulty making the design look okay on larger screen sizes. Any suggestions on better practices would be really appreciated!
Hey @mattyoung7 !
I'm pretty new to this as well but hopefully I can throw in some feedback that's helpful. Generally when I'm making a desktop layout I put a max-width
property on my container. That way when it hits a certain width it just stops growing.
Also, I'm not sure if you know about the reports section, it looks like there's quite a few accessibility issues and HTML issues on the site that Frontend Mentor caught.
Design looks great overall!