Skip to content

Commit 4ec4bea

Browse files
authored
chore: Enlargen max-width to 1920px (#78)
1 parent 32aa024 commit 4ec4bea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/css/base.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ body ::-webkit-scrollbar-thumb {
122122
display: flex;
123123
position: relative;
124124
width: 100%;
125-
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;
126128
margin: 0 auto;
127129
}
128130

0 commit comments

Comments
 (0)