We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50cb007 + 06f1f52 commit 47ab3d3Copy full SHA for 47ab3d3
src/components/home/ProjectsOverview/DataAnalysis.tsx
@@ -15,9 +15,8 @@ export default function DataAnalysisProjects() {
15
</h2>
16
<DataAnalysisMD />
17
</div>
18
- <div className={"col col--5"+ " " + styles.col_project_overview_with_padding}>
19
-
20
- <ApacheArrowPicture width={"500px"}/>
+ <div className={"col col--5"+ " " + "flex-full-centered" + " " + styles.col_project_overview_with_padding}>
+ <ApacheArrowPicture width={"500px"}/>
21
22
23
0 commit comments