Skip to content

Commit 4097e6f

Browse files
committed
chore: Enlargen max-width to 1920px
1 parent 4dffd64 commit 4097e6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/css/base.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,9 @@ body ::-webkit-scrollbar-thumb {
122122
display: flex;
123123
position: relative;
124124
width: 100%;
125-
/* I've payed the full screen, I'm going to use the full screen :) */
126-
/* max-width: 1280px; */
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;
127128
margin: 0 auto;
128129
}
129130

0 commit comments

Comments
 (0)