A while back I shared a simple technique for allowing certain elements to fill the full viewport width from within a fixed-width container: .u-containProse { max-width: 40em; margin-left: auto; margin-right: auto; } .u-release { margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); } Code language: CSS (css) As concise as this technique was, it had one big, dumb caveat: On some platform
{{#tags}}- {{label}}
{{/tags}}