Here is a div I have:
<div class="col-lg-4 col-xl-4 col-md-6 col-sm-12 px-0 p-4">
On a 27-inch screen, it uses col-xl-2
and works perfectly. However, on a 13-inch Macbook Pro with a retina
screen, it still uses col-xl-2
and looks strange. How can I address this issue and specify column size for retina screens?