I have 7 cards that get generated with a function and get populated in a row. I need the first card to be wider and have them all be the same height while being fluid. I have the “fluidity” set and that part works but since I only have a width of 12 to work with, the math just doesn’t work. If I set the 1st card to width 6, it’s too wide.
If I set the 1st card width to 3 and the rest to 1, the proportion looks good but the row doesn’t take up the screen width.
The cards are nice to keep everything neat and together but should I think of a solution without using them in this case?
Also if anyone could suggest the height alignment within that row for all the cards to be the same height, I would appreciate it.
Thank you!