From f7893ed5f4bebb01cfe4244cc9a0c3c96f28fc68 Mon Sep 17 00:00:00 2001 From: MYSELF-SAYAN <116438215+MYSELF-SAYAN@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:14:21 +0530 Subject: [PATCH] Projectcard image property and description text size changed --- src/components/ProjectCard/ProjectCard.scss | 4 +++- src/constants/projectData.js | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/ProjectCard/ProjectCard.scss b/src/components/ProjectCard/ProjectCard.scss index ccc5873..4f48d1e 100644 --- a/src/components/ProjectCard/ProjectCard.scss +++ b/src/components/ProjectCard/ProjectCard.scss @@ -1,5 +1,6 @@ .single-card-container { display: flex; + align-items: center; flex-direction: column; border-radius: 8px; overflow: hidden; @@ -9,6 +10,7 @@ background-color: white; min-height: 300px; max-height: 300px; img { + object-fit: contain; padding-top: 15px; width: 100%; height: 50%; @@ -21,7 +23,7 @@ background-color: white; justify-content: center; align-items: center; h2 { - font-size: 1.5rem; + font-size: 1.2rem; margin-bottom: 8px; color: #555; } diff --git a/src/constants/projectData.js b/src/constants/projectData.js index eae4a9d..20f1a18 100644 --- a/src/constants/projectData.js +++ b/src/constants/projectData.js @@ -353,8 +353,8 @@ const newProjectData = [ linkedin: "https://www.linkedin.com/in/cosmo3769?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app", }, { - name: "Ayush Thakur", - linkedin: "https://www.linkedin.com/in/ayush-thakur-731914149?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app", + name: "Ayush Mishra", + linkedin: "https://www.linkedin.com/in/ayush-mishra-62586b190?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app", },], },