diff --git a/components/currentProjectCard.jsx b/components/currentProjectCard.jsx index d99f85f..914d16c 100644 --- a/components/currentProjectCard.jsx +++ b/components/currentProjectCard.jsx @@ -42,7 +42,7 @@ const styles = { display: 'flex', flexDirection: 'row', backgroundColor: '#333', - padding: '16px', + padding: '25px', borderRadius: '8px', width: '100%', maxWidth: '600px', @@ -55,8 +55,9 @@ const styles = { flex: 1, }, projectInfo: { - marginBottom: '16px', - flex: 1, + flex: '1 1 300px', + alignItems: 'center', + justifyContent: 'center', }, projectImage: { borderRadius: '10%', @@ -75,7 +76,8 @@ const styles = { display: 'flex', flexDirection: 'column', alignItems: 'center', - flex: 1, + justifyContent: 'center', + flex: '1 1 75px', }, leadText: { fontSize: '20px', diff --git a/config/sponsors.json b/config/sponsors.json index df64309..5893d4c 100644 --- a/config/sponsors.json +++ b/config/sponsors.json @@ -7,6 +7,11 @@ "link": "https://www.myrocketcareer.com/", "image": "rocket.png" }, + { + "name": "Discover", + "link": "https://www.discover.com/", + "image": "discover.png" + }, { "name": "Wolverine Trading", "link": "https://www.wolve.com/", diff --git a/public/images/sponsors/discover.png b/public/images/sponsors/discover.png new file mode 100644 index 0000000..a2dd830 Binary files /dev/null and b/public/images/sponsors/discover.png differ