Container

Container

Bootstrap’s grid system uses a series of containers, rows, and columns to layout and align content. It’s built with flexbox and is fully responsive.

Remove space between 2 nested fluid containers

By default there is a default padding in Container.

<Container fluid={true} className="p-0">
    <Container fluid={true}>