File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
src/app/rollupscan/batch/[batchIndex] Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ const Blocks = () => {
2626 < Box
2727 className = "wrapper mx-auto"
2828 sx = { {
29+ maxWidth : "130rem" ,
2930 marginBottom : "16rem" ,
3031 "& *" : {
3132 fontFamily : "var(--developer-page-font-family) !important" ,
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ const Chunk = props => {
7272 < Box
7373 className = "wrapper mx-auto"
7474 sx = { {
75+ maxWidth : "130rem" ,
7576 marginBottom : "16rem" ,
7677 "& *" : {
7778 fontFamily : "var(--developer-page-font-family) !important" ,
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ const Blocks = () => {
2323 < Box
2424 className = "wrapper mx-auto"
2525 sx = { {
26+ maxWidth : "130rem" ,
2627 marginBottom : "16rem" ,
2728 "& *" : {
2829 fontFamily : "var(--developer-page-font-family) !important" ,
You can’t perform that action at this time.
0 commit comments