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!
4 Replies
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 anywayyou can just set a max width:
https://codepen.io/jnsdotgg/pen/ZEZYLqB
🤦 - In coding it's always the most simple things that resolve issues.