Upon following the steps below, I aim to achieve my desired grids:
How to set auto-margin boxes in flexible-width design using CSS?
The solution provided is effective when implemented outside of Angular. However, when inserted inside an Angular component like app-root, it encounters issues.
If I place the code below outside the component (inside index.html), it functions correctly. But within another component, it does not work as expected.
I suspect that angular functionality may be interfering with my basic CSS code. It seems odd that the same code works outside of app-root components but not inside, especially considering I do not have any conflicting styles applied.