Skip to content

Commit da785c4

Browse files
committed
Merge branch 'summer24' of github.com:MichiganDataScienceTeam/website-redesign into summer24
2 parents e04c1bf + 4ac0800 commit da785c4

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

components/currentProjectCard.jsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const styles = {
4242
display: 'flex',
4343
flexDirection: 'row',
4444
backgroundColor: '#333',
45-
padding: '16px',
45+
padding: '25px',
4646
borderRadius: '8px',
4747
width: '100%',
4848
maxWidth: '600px',
@@ -55,8 +55,9 @@ const styles = {
5555
flex: 1,
5656
},
5757
projectInfo: {
58-
marginBottom: '16px',
59-
flex: 1,
58+
flex: '1 1 300px',
59+
alignItems: 'center',
60+
justifyContent: 'center',
6061
},
6162
projectImage: {
6263
borderRadius: '10%',
@@ -75,7 +76,8 @@ const styles = {
7576
display: 'flex',
7677
flexDirection: 'column',
7778
alignItems: 'center',
78-
flex: 1,
79+
justifyContent: 'center',
80+
flex: '1 1 75px',
7981
},
8082
leadText: {
8183
fontSize: '20px',

config/currentProjects.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
{
2727
"label": "SoccerNet",
28-
"image": "soccernet.jpg",
28+
"image": "soccernet.png",
2929
"leads": [
3030
{ "name": "Antonio Capdevielle", "image": "temp.jpeg" },
3131
{ "name": "Shiva Chandran", "image": "shivac.jpg" }

public/images/projects/soccernet.png

2.52 MB
Loading

0 commit comments

Comments
 (0)