default layout: bug explanation

This commit is contained in:
He4eT 2025-04-27 01:34:36 +02:00
commit b617feafd3

View file

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