i have div like this:
<div class="col-lg-4 col-xl-4 col-md-6 col-sm-12 px-0 p-4">
When i test it on 27' screen it uses col-xl-2
and it works perfect, but when i test it on 13' screen of macbook pro with retina
screen it uses col-xl-2
too and it looks weird. How i can handle this stuff and specify column size for retina screens?