
Stefan R. answered 02/06/20
Senior Full Stack Developer Delivering Web Applications for 10+ Years
Bootstrap (v4) has the following CSS rules for .container-fluid
In general, the easiest way to find out what rules apply on a certain class or element is using your browser's dev tools. In Chrome, navigating to the tab "elements" will enable you to find the element in question (here the element with .container-fluid) and look at the "styles" section in your developer tools. Triggering "toggle device toolbar" allows you to simulate different resolutions to study possible media queries.