-
-
Notifications
You must be signed in to change notification settings - Fork 19
Inconsistent Column Sizes in Responsive View #316
Copy link
Copy link
Open
Labels
designIssues and Pull Requests regarding the visual design of the websiteIssues and Pull Requests regarding the visual design of the websitein discussionThere is an ongoing discussion that should be finished before we can continueThere is an ongoing discussion that should be finished before we can continue
Metadata
Metadata
Assignees
Labels
designIssues and Pull Requests regarding the visual design of the websiteIssues and Pull Requests regarding the visual design of the websitein discussionThere is an ongoing discussion that should be finished before we can continueThere is an ongoing discussion that should be finished before we can continue
Type
Fields
Give feedbackNo fields configured for issues without a type.
Kind of issue
Description
When viewing Simple Icons (simpleicons.org) in a responsive mode (e.g., 405px width as shown in DevTools), the icon grid layout does not maintain consistent column sizes. Some columns appear larger or smaller than others, which affects the visual alignment and usability of the UI.
This issue might be due to:
CSS Flexbox/Grid Issues – Unequal column widths due to improper flex/grid settings.
Min-width/Max-width Conflicts – Some elements may have different constraints affecting their size.
Padding/Margin Differences – Uneven spacing between grid items.