diff --git a/src/css/base.css b/src/css/base.css index d694722..687ed94 100644 --- a/src/css/base.css +++ b/src/css/base.css @@ -122,7 +122,9 @@ body ::-webkit-scrollbar-thumb { display: flex; position: relative; width: 100%; - max-width: 1280px; + /* We couldn't agree if we want this or not. So we settled on trying 1920px for now */ + /* See https://github.com/stackabletech/documentation-ui/pull/78 for details */ + max-width: 1920px; margin: 0 auto; }