Skip to content

Commit

Permalink
Projectcard image property and description text size changed
Browse files Browse the repository at this point in the history
  • Loading branch information
MYSELF-SAYAN committed Feb 1, 2024
1 parent 974f414 commit f7893ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/components/ProjectCard/ProjectCard.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.single-card-container {
display: flex;
align-items: center;
flex-direction: column;
border-radius: 8px;
overflow: hidden;
Expand All @@ -9,6 +10,7 @@ background-color: white;
min-height: 300px;
max-height: 300px;
img {
object-fit: contain;
padding-top: 15px;
width: 100%;
height: 50%;
Expand All @@ -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;
}
Expand Down
4 changes: 2 additions & 2 deletions src/constants/projectData.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},],
},

Expand Down

0 comments on commit f7893ed

Please sign in to comment.