@nvalline
Posted
Hi Emerson,
Good job with this challenge. I like how you created the responsiveness for tablet size devices as well.
One suggestion is that I am on an ultra-wide monitor and when viewing your solution on devices that are greater than 1440px your content is no centered and some of the elements extend beyond the design specifications.
There are a couple of ways to control this. 1) Implement a max-width on the header and main elements, 2) Implement either margin and padding to align the content where you want, or implement flexbox to center the content on the screen.
I hope this is helpful.
Cheers!