Help make these three containers smaller

Hey there! I have these three containers that are meant to display projects I've been trying to make them smaller in size to look more appealing but I've gotten stuck. Would anyone be able to help me? I'll post a CodePen of the website!
No description
4 Replies
clevermissfox
clevermissfox4mo ago
One approach could be to take off any heights and put aspect-ratio: 1 / 1; . I’m on mobile right now so can’t check how that works on larger screens but you can play with the values if it’s too large/small. Looks like It’s a good size for mobile I think m, with current amount of text-content anyway
Jonas
Jonas4mo ago
you can just set a max width: https://codepen.io/jnsdotgg/pen/ZEZYLqB
Jonas
CodePen
ZEZYLqB
...
RMON
RMON3mo ago
🤦 - In coding it's always the most simple things that resolve issues.