i started adding a rule to my instructions that says never use fixed pixel widths for containers. if it sees
width: 450px;
i just tell it to swap to
max-width: 450px;
and
width: 100%;
. its a small change but it saves me from having to manually rewrite the
entire layout logic every time