"fluid xs" makes Container fluid everywhere
Closed this issue · 0 comments
cseas commented
As per documentation, <Container fluid xs>
should make the container max width only on small devices (576px and lower). But it makes the container max-width on all screen sizes.
In comparison <Container fluid sm>
works as expected and only makes the container max-width on 768px and lower.