flex grow on grid

so I have this grid and want the last image to grow. How can I do that with grid? in the second image i have the code being used for the grid layout
6 Replies
croganm
croganm•12mo ago
Just as a heads up, you can also do 1 / -1 and it will span the entire row no matter how many columns 😊
vince
vince•12mo ago
Oh I thought I did that 😂 Thanks for the heads up 🙂
croganm
croganm•12mo ago
No worries! I'm sure you knew, I just sometimes hard code things myself but I've been trying to get better about dynamic values haha
vince
vince•12mo ago
Aren't we all, it's a never ending struggle 🤣
tiopicles
tiopicles•12mo ago
Thanks guys! helped me a lot.