File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 14
14
--ifm-color-primary-light : # 9c6eec ;
15
15
--ifm-color-primary-lighter : # ad89ec ;
16
16
--ifm-color-primary-lightest : # c0a4f1 ;
17
- --ifm-code-font-size : 95% ;
17
+ /* --ifm-code-font-size: 95%; */
18
18
}
19
19
20
20
.docusaurus-highlight-code-line {
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ export default function Home() {
121
121
version-targetted codemods.
122
122
</ p >
123
123
</ div >
124
- < div className = { clsx ( styles . container ) } >
124
+ < div className = { clsx ( styles . container , styles . containerLarge ) } >
125
125
< div className = "row" >
126
126
< div className = { clsx ( 'col col--4' ) } >
127
127
< CodeBlock className = "language-diff" >
Original file line number Diff line number Diff line change 139
139
width : 100% ;
140
140
}
141
141
142
+ .containerLarge {
143
+ max-width : var (--ifm-container-width-xl );
144
+ }
145
+
142
146
.containerCenter {
143
147
text-align : center;
144
148
}
You can’t perform that action at this time.
0 commit comments