I am trying to hide content using bootstraps (v4) .d-none and .d-xl-block classes.
The problem is that these respond to fast. I hoped it would help me display content on my widescreen monitor and hide it on the laptop. But is shows on the laptop as well.
Is there any easy way to add something like an xxl breakpoint to bootstrap?