I am using bootstrap v4 to arrange my grid.
The lg
option is defined as 1200px, however I see the style is still applied even at around 1000px.
The Chrome DevTool shows the css rule (and makes it disappear when I get below ~1072px).
How come the media query rule does not match the size that Chrome Dev Tools detects?