I have a page layout that keep all content in a vertical stack of 1256 px wide, and on a light grey background. The footer is dark blue that must be full bleed.
It seems like the only way to have both a fixed content width and a full bleed background color for the footer if the whole frame to have 0 padding (satisfied the full bleed) and then put all non-foot content into a frame of fixed size.
I have unnecessary nesting. Is there a better way to accomplish this?