Skip to content

Commit f126656

Browse files
committed
migrating to mantine
1 parent daf52f8 commit f126656

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/blocks/Learning/LearningList/LearningList.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const LargeLearningItemView = ({learningItem, children}: LearningItemViewProps)
4141
title={learningItem.title}
4242
miw={'60vw'}
4343
maw={'60vw'}
44-
mih={'80vh'}
4544
mah={'80vh'}
4645
iconArea={<Text className="fa-solid fa-graduation-cap" size={"20px"}/>}
4746
actionArea={

src/blocks/Projects/ProjectList/ProjectList.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ const LargeProjectView = ({project}: ProjectViewProps) => {
4545
description={project.description}
4646
miw={'60vw'}
4747
maw={'60vw'}
48-
mih={'80vh'}
4948
mah={'80vh'}
5049
actionArea={
5150
<>

src/blocks/Resume/ResumeList/ResumeList.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ const LargeResumeItemView = ({resumeItem, children}: ResumeItemViewProps) => {
4545
description={resumeItem.title}
4646
miw={'60vw'}
4747
maw={'60vw'}
48-
mih={'80vh'}
4948
mah={'80vh'}
5049
iconArea={<Text className="fa-solid fa-file-lines" size={"20px"}/>}
5150
actionArea={

0 commit comments

Comments
 (0)