Skip to content

Commit

Permalink
safari view fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
izzyg770 committed Jul 29, 2024
1 parent 6488cdd commit 349e9d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions components/currentProjectCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,31 +52,35 @@ const styles = {
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
width: '100%',
flex: 1,
},
projectInfo: {
marginBottom: '16px',
flex: 1,
},
projectImage: {
borderRadius: '10%',
objectFit: 'cover',
width: 'auto',
height: '100%',
width: '100%',
height: 'auto',
},
projectTitle: {
marginTop: '16px',
fontSize: '24px',
fontWeight: 'bold',
textAlign: 'center',
color: 'white',
},
leadsInfo: {
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
flex: 1,
},
leadText: {
fontSize: '20px',
fontWeight: 'bold',
color: 'white',
},
leadsContainer: {
display: 'flex',
Expand All @@ -101,5 +105,6 @@ const styles = {
textAlign: 'center',
fontSize: '14px',
fontWeight: '500',
color: 'white',
},
};

0 comments on commit 349e9d7

Please sign in to comment.