I have a html template for Joomla SPPB with:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
It have container:
@media (min-width: 1200px) {
.ph {
max-width: 1140px;
}
}
On my 24" (1920x1200) screen it's ok. But on 15" (1920x1200) laptop, it visibly smaller, than 1140 px. When I make a screenshot and measure it in Photoshop, it is near 950px.
I understand that on a smaller screen it will be smaller, but why I have CSS px disproportion?