default layout: bug explanation

This commit is contained in:
He4eT 2025-04-27 01:34:36 +02:00 committed by Alexey
commit b8234f4139

View file

@ -12,6 +12,10 @@
} }
@media (min-width: 1610px) { @media (min-width: 1610px) {
.default-layout { .default-layout {
/**
* This 1px adjustment was introduced due to a known bug:
* https://issues.chromium.org/issues/401693546
**/
width: 1201px; width: 1201px;
margin: 0 auto; margin: 0 auto;
} }