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 {
122
122
display : flex;
123
123
position : relative;
124
124
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 ;
128
135
margin : 0 auto;
129
136
}
130
137
You can’t perform that action at this time.
0 commit comments