Description
The portfolio analyzer empty state container ("No completed projects yet") has large margins but the child contents (bar chart icon, text title, and descriptive link) are not perfectly centered vertically and horizontally, which looks visually unbalanced on wide screens.
We should center-align all contents using a flex layout.
Current Behavior
Child elements of the portfolio empty state card align to the left or are slightly off-center.
Proposed Solution
- Apply centering properties (
text-align: center, margin: 0 auto) to the empty state card container.
- Ensure child items stack cleanly with uniform spacing.
Implementation Guidance
- Edit styles in
src/templates/index.html or static styles.
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 portfolio analyzer empty state container ("No completed projects yet") has large margins but the child contents (bar chart icon, text title, and descriptive link) are not perfectly centered vertically and horizontally, which looks visually unbalanced on wide screens.
We should center-align all contents using a flex layout.
Current Behavior
Child elements of the portfolio empty state card align to the left or are slightly off-center.
Proposed Solution
text-align: center,margin: 0 auto) to the empty state card container.Implementation Guidance
src/templates/index.htmlor static styles.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.