@Pstork1 , thanks for your reply, that was helpful. I have been reading up more on the responsive layout. Had a few questions regarding the definition of responsive as PowerApps sees it as it relates to eliminating that background color and filling the whole width of the browser.
Say we follow a standard 960 grid https://960.gs/ for simplicity purposes. If that was the "width" of our app, but the browser window is 1920x1080. Is there a way to "center" everything in the 960 content area and then have it bleed out so the rest is "white space" (or whatever color we use) to keep the content centered vs left aligned and then we control the bleed out?
By example:
Microsoft.com or Airbnb.com is roughly 1600px wide and then everything else is white space
Uber.com is roughly 1200px wide and then stuff bleeds out to white from there.
My goal is to make sure in PowerApps responsive canvas that we can set the "max width" of a container, otherwise you could have a table stretching the full width of the browser window if our users end up on the 4K monitor it would make stuff look weird being stretched the full width.
To do this in standard CSS, its pretty straight forward, I wanted to understand further how flexible PowerApps is as I know the responsive part of Canvas apps is a bit new.
Not sure if you or others have any demos showing off various responsive apps that test the full potential of what the product can do today.
Thanks for your help!