Skip to content

Commit 14283f3

Browse files
committed
fix mobile issue with skills
1 parent f09e8ea commit 14283f3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

components/experience/data-engineer/data-engineer.module.scss

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
-moz-column-gap: 7.5rem;
2626
column-gap: 7.5rem;
2727
justify-content: inherit;
28+
29+
@media (max-width: 750px) {
30+
grid-template-columns: repeat(2, auto);
31+
}
2832
}
2933

3034
.skillSection {

components/experience/data-engineer/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const Skills = ({ width, height }) => {
3737
<div
3838
ref={ref}
3939
className={styles.skillsGrid}
40-
style={{ width: `${width}px `, height: `${height}px ` }}
40+
style={{ width: `${width}px` }}
4141
>
4242
<div className={styles.skillSection}>
4343
<h3>Python Frameworks</h3>

0 commit comments

Comments
 (0)