Skip to content

Commit 5c08d9f

Browse files
authored
chore: Set max-width to 1480px (#132)
1 parent ebadd01 commit 5c08d9f

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/css/base.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)