Conrad• 950
@ConradMcGrifter
Posted
overall not bad. a couple things I think you should change would be to make the media query for mobile happen at around 850px. right now it is switching to mobile at 1440px which is too big. also try setting a max-width on your container. right now its width is 100% so it is expanding the grid to fill the screen. try "width:100%" + "max-width:1200px" to start and play around with it
Marked as helpful
1