Skip to content

Commit

Permalink
maintained rounded corners, and centered project lead images vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
neeyam-m committed Aug 5, 2024
1 parent bfe5fa7 commit 4ac0800
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions components/currentProjectCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const styles = {
display: 'flex',
flexDirection: 'row',
backgroundColor: '#333',
padding: '16px',
padding: '25px',
borderRadius: '8px',
width: '100%',
maxWidth: '600px',
Expand All @@ -55,8 +55,9 @@ const styles = {
flex: 1,
},
projectInfo: {
marginBottom: '16px',
flex: 1,
flex: '1 1 300px',
alignItems: 'center',
justifyContent: 'center',
},
projectImage: {
borderRadius: '10%',
Expand All @@ -75,7 +76,8 @@ const styles = {
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
flex: 1,
justifyContent: 'center',
flex: '1 1 75px',
},
leadText: {
fontSize: '20px',
Expand Down

0 comments on commit 4ac0800

Please sign in to comment.