Hi all,
Bit of a silly one today but I’m struggling. Trying to create a two row group with 4 columns for circles (8 circle groups in total).
The issue I’m having is trying to get the circles to actually stay as circles and not elongate horizontally or vertically based on the user’s browser width/height.
Inspiration:
Right now I’ve got a Main Group with min width & height of 40 and no max.
Inside this is the first row group with 40 min width, inf max width, 0 min height, 245px max height. Then each circle group is min width 0, max width inf, min height 0 px, max height 100%.
On a bigger screen they obviously end up elongated. Any help much appreciated, cheers all.