Home › Forums › CSS › Should I Care About Making My Site Fit on 1024×768 Resolution? › Re: Should I Care About Making My Site Fit on 1024×768 Resolution?
January 27, 2013 at 2:12 pm
#122498
Participant
Are you using fixed widths at different breakpoints?
Realistically the smartest way to build responsively is to use percentage based widths and simply (as @chrisburton said) stick a max-width on for the top end.
That way you’re ensuring it will look tasty on all screen sizes, rather than just suiting particular ones.