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 1414 --ifm-color-primary-light : # 9c6eec ;
1515 --ifm-color-primary-lighter : # ad89ec ;
1616 --ifm-color-primary-lightest : # c0a4f1 ;
17- --ifm-code-font-size : 95% ;
17+ /* --ifm-code-font-size: 95%; */
1818}
1919
2020.docusaurus-highlight-code-line {
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ export default function Home() {
121121 version-targetted codemods.
122122 </ p >
123123 </ div >
124- < div className = { clsx ( styles . container ) } >
124+ < div className = { clsx ( styles . container , styles . containerLarge ) } >
125125 < div className = "row" >
126126 < div className = { clsx ( 'col col--4' ) } >
127127 < CodeBlock className = "language-diff" >
Original file line number Diff line number Diff line change 139139 width : 100% ;
140140}
141141
142+ .containerLarge {
143+ max-width : var (--ifm-container-width-xl );
144+ }
145+
142146.containerCenter {
143147 text-align : center;
144148}
You can’t perform that action at this time.
0 commit comments