How do I set the max-width on the checkout page?
Every other page in my store can be set to 1200px max, however, I am unable to set max-width to the checkout page.
I have tried adding the following to theme.scss.liquid
#app {max-width:1200px !important;}
However, it has no effect ![]()