ECHOES-1262 Wrap page footer elements#686
Conversation
✅ Deploy Preview for echoes-react ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
SummaryThis PR enables responsive wrapping for the page footer. Previously, footer elements were constrained to a single line with File changed: What reviewers should knowWhere to look:
What to verify:
Context:
|
There was a problem hiding this comment.
LGTM! ✅
Clean, minimal change with no issues. The gap values (dimension-space-200 row / dimension-space-300 column) mirror the asymmetric padding already on the component, and the justify-content: space-between + flex-wrap combination behaves correctly: when the footer narrows and the two items (copyright text + links group) can't fit on one line, they stack to separate rows and both align left — a standard, expected responsive footer pattern.
b868506 to
407a8c6
Compare
|





No description provided.