I’m not super familiar with CSS. I’m creating an app with 2 graphs. It would be nice if, when the browser is landscape (computer) the graphs are side-by-side. But if the same app is loaded on mobile, the graphs are stacked vertically.
Is this a case of using… media queries (?) and passing that in the style variable for an html.Div containing the two plots or…
Media queries is a good way to do this. I recommend looking at the Dash styleguide here: https://codepen.io/chriddyp/pen/bWLwgP and adapting it towards your own needs. Here’s an example with that styleguide: