Bootstrap5 Sizing does not support sizing depending on the viewport.
I would like to have this:
- on small devices the width should be 100%
- on larger devices the width should be 75%
- on extra large devices the width should be 50%
The corresponding feature request was closed: https://github.com/twbs/bootstrap/issues/26528
How to work around this missing feature?