We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dffd64 commit 4097e6fCopy full SHA for 4097e6f
src/css/base.css
@@ -122,8 +122,9 @@ body ::-webkit-scrollbar-thumb {
122
display: flex;
123
position: relative;
124
width: 100%;
125
- /* I've payed the full screen, I'm going to use the full screen :) */
126
- /* 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 */
127
+ max-width: 1920px;
128
margin: 0 auto;
129
}
130
0 commit comments