The Member Cards submodule lacks proper responsive design. On smaller screens, elements do not adjust correctly, affecting usability and accessibility.
Steps to Reproduce
Add a Member Cards paragraph to a content entity.
View it on different screen sizes (mobile, tablet).
Notice layout issues such as overflow, misalignment, or improper scaling.
Expected Behavior
Elements should adapt fluidly to various screen sizes.
A mobile-first approach should ensure proper display on small devices.
Media queries should adjust layouts for different resolutions.
Proposed Solution
Use CSS flexbox or grid for better layout structure.