The MacBook Pro Retina screen is breaking the layout in the bootstrap CSS

0

How could I solve this, I already tried this but it did not work:

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio : 1.5) and (min-width: 1200px) {
    .col-lg-6.widescreen {
        width: calc(100%/2.05);
    }
}

How it's showing:

Howshoulditappear:

    
asked by anonymous 12.09.2018 / 16:21

1 answer

0

I solved the problem, it was a simple thing, the div from the top column, which included the button quit the game and the lives were closing in the wrong place, just at the end of it all.

    
13.09.2018 / 21:46