@SamsegunSubmitted over 3 years ago
Making the header background-image responsive was quite challenging. I later discovered the image itself has a max width of 1440px, so it's never going to scale beyond this width. Had to set the page width to a max-width of 1440px(90rem) to keep things in order. What do you think guys?