Description
The icon containers (feature-card-icon) inside feature cards have different visual alignments due to slightly inconsistent padding or flexbox centering properties. This causes the icons to look off-center on different viewport sizes.
We should standardize the layout container styles of these SVG wrappers.
Current Behavior
Feature card icons show slight visual misalignments in the center grids.
Proposed Solution
- Enforce strict flex centering rules (
display: flex; align-items: center; justify-content: center;) on .feature-card-icon style classes.
- Standardize dimensions (width and height) and padding.
Implementation Guidance
- Update the relevant CSS stylesheet definitions.
Acceptance Criteria
Contributor Guidelines
Interested in working on this issue?
- Comment
/assign to request assignment.
- Wait until the issue shows you as the assignee.
- Create a new branch for your changes.
- Submit a Pull Request referencing this issue.
Please do not begin working on an issue already assigned to another contributor unless a maintainer confirms it is available.
Description
The icon containers (
feature-card-icon) inside feature cards have different visual alignments due to slightly inconsistent padding or flexbox centering properties. This causes the icons to look off-center on different viewport sizes.We should standardize the layout container styles of these SVG wrappers.
Current Behavior
Feature card icons show slight visual misalignments in the center grids.
Proposed Solution
display: flex; align-items: center; justify-content: center;) on.feature-card-iconstyle classes.Implementation Guidance
Acceptance Criteria
Contributor Guidelines
Interested in working on this issue?
/assignto request assignment.Please do not begin working on an issue already assigned to another contributor unless a maintainer confirms it is available.