Skip to content

Commit 47ab3d3

Browse files
Merge pull request #286 from SylvainCorlay/arrow-layout-fix
Make arrow section layout consistent with others
2 parents 50cb007 + 06f1f52 commit 47ab3d3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/home/ProjectsOverview/DataAnalysis.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ export default function DataAnalysisProjects() {
1515
</h2>
1616
<DataAnalysisMD />
1717
</div>
18-
<div className={"col col--5"+ " " + styles.col_project_overview_with_padding}>
19-
20-
<ApacheArrowPicture width={"500px"}/>
18+
<div className={"col col--5"+ " " + "flex-full-centered" + " " + styles.col_project_overview_with_padding}>
19+
<ApacheArrowPicture width={"500px"}/>
2120
</div>
2221
</div>
2322
</div>

0 commit comments

Comments
 (0)