Is there a way to adjust the width of a child component in an fxLayout set to column? Take this example for reference:
https://stackblitz.com/edit/angular-fxlayout-custom-breakpoints?file=app%2Ftest.component.ts
In the provided example, there are three fxFlex elements. How can I make the yellow element's width half of the available area? When attempting to change the fxFlex value, the height adjusts instead of the width. What could be missing in my approach?