diff --git a/components/index/cards/workshops.js b/components/index/cards/workshops.js
index 85539b52..bc7ed477 100644
--- a/components/index/cards/workshops.js
+++ b/components/index/cards/workshops.js
@@ -40,7 +40,8 @@ const WorkshopCard = ({
'& span': {
lineHeight: 1.25
},
- maxWidth: '250px'
+ maxWidth: '250px',
+ height: '250px'
}}
{...props}
>
@@ -72,7 +73,8 @@ export default function Workshops({ data, stars }) {
sx={{
backgroundColor: 'elevated',
background:
- 'linear-gradient(32deg, rgba(51, 142, 218, 0.9) 0%, rgba(51, 214, 166, 0.9) 100%)'
+ 'linear-gradient(32deg, rgba(51, 142, 218, 0.9) 0%, rgba(51, 214, 166, 0.9) 100%)',
+ height: 'fit-content'
}}
github_link="https://github.com/hackclub/workshops"
stars={stars}
@@ -81,8 +83,8 @@ export default function Workshops({ data, stars }) {
Workshops
-
-
+
+
100+ community-contributed, self-guided coding tutorials and ideas.
Learn to code by building, one project at a time.
@@ -94,7 +96,7 @@ export default function Workshops({ data, stars }) {
primary="white"
sx={{ color: 'blue', mt: [3, 3, 4] }}
>
- Browse a workshop
+ Browse The Workshops
- Build a workshop
+ Build A Workshop
-
-
We've got a lot going on - Let’s recap