dragonsbootcampllc / ReactFlaim

React Open Source Library
5 stars 2 forks source link

Insufficient Spacing Between Logos on Small Screens #19

Open FaisalIbrahim404 opened 6 months ago

FaisalIbrahim404 commented 6 months ago

Problem Description

On smaller screen devices, the logos in our application are displayed without adequate spacing. This results in a cluttered appearance that could negatively impact the user experience, particularly on mobile devices where screen real estate is limited.

Expected Behavior

Logos should have consistent spacing across all device sizes. This will ensure that the layout remains clean and visually appealing, even on smaller screens.

Steps to Reproduce

  1. Open the application on any mobile device or use a responsive design testing tool.
  2. Navigate to the page containing the logo display.
  3. Observe that the logos are cramped together without proper spacing.

Proposed Enhancements

Suggested Technical Approach

We could utilize gap size. For instance: gap-5 TailwindCss

image

hazem-moh commented 6 months ago
0x61nas commented 6 months ago

plz, don't close the issues until the related PRs gets merged @hazem-moh