We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebadd01 commit 5c08d9fCopy full SHA for 5c08d9f
1 file changed
src/css/base.css
@@ -122,9 +122,16 @@ body ::-webkit-scrollbar-thumb {
122
display: flex;
123
position: relative;
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;
+ /*
+ We couldn't agree if we want this or not.
+ 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;
135
margin: 0 auto;
136
}
137
0 commit comments