[codex] Add site preview#1
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1477772073
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| .preview-cards { | ||
| margin-top: 18px; | ||
| display: grid; | ||
| grid-template-columns: repeat(3, minmax(0, 1fr)); |
There was a problem hiding this comment.
Avoid squeezing preview cards into three fixed columns
On desktop/tablet widths this grid sits inside the left column of .preview-hero, which itself is inside the narrower right column of .preview-wrap; even at the 1140px max container the panel is only about 160px wide before padding, so three card columns leave roughly a few dozen pixels per card and text like “Proposta comercial” overflows/overlaps. Collapse these cards or make the parent preview layout wider so the new preview section remains readable.
Useful? React with 👍 / 👎.
|
What changed
Why
Impact