Skip to content

Commit 4dffd64

Browse files
committed
fix: Don't set max-width on main container
1 parent 32aa024 commit 4dffd64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/css/base.css

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

0 commit comments

Comments
 (0)