File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -122,9 +122,16 @@ body ::-webkit-scrollbar-thumb {
122122 display : flex;
123123 position : relative;
124124 width : 100% ;
125- /* We couldn't agree if we want this or not. So we settled on trying 1920px for now */
126- /* See https://github.com/stackabletech/documentation-ui/pull/78 for details */
127- max-width : 1920px ;
125+ /*
126+ We couldn't agree if we want this or not.
127+ We tried 1920px, it was way to wide, so it got dropped back to 1480px,
128+ which is should be a good middle ground between 1280px and 1920px.
129+
130+ See
131+ - https://github.com/stackabletech/documentation-ui/pull/78
132+ - https://github.com/stackabletech/documentation-ui/pull/132
133+ */
134+ max-width : 1480px ;
128135 margin : 0 auto;
129136}
130137
You can’t perform that action at this time.
0 commit comments