Trying to create a full-width webpage using Bootstrap 4.
Attempting to eliminate the default 15px padding of container-fluid, but encountering issues.
Check out the details on jsfiddle. The background is set as purple, yet the jumbotron does not fully cover it.
<style>
.container-fluid {
padding: 0 !important;
}
</style>