Is it strange to consider scaling down a fully responsive website? Our client insists that every website, including his other ones, should have a max-width of 980px like his main site.
So, if the screen size exceeds 980px, how can I scale down the website accordingly?
Just to provide some context, we already used media queries to make the website responsive on mobile, tablet, and desktop. However, the client wants the website to behave as if it has a desktop resolution even when the screen is wider than 980px, which currently falls under the tablet resolution.