feat: clarify PMO01 learning flow and polish learner UX - #5
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 976f80c893
ℹ️ 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".
| @media (max-width: 760px) { | ||
| .sidebar { display: none; } | ||
| main { margin-left: 0; padding-top: 64px; } |
There was a problem hiding this comment.
Align the mobile breakpoint with the hidden sidebar
At viewport widths from 761px through 820px, styles.css already hides .sidebar and enables the mobile header, but this override does not reset main until 760px. Because v1-1.css is loaded last, its desktop main { margin-left: var(--sidebar) } wins in that range, leaving a blank 220px gutter and squeezing every page into the remaining width. Use the same 820px breakpoint for the sidebar and main-layout overrides.
Useful? React with 👍 / 👎.
Goal
Remove learner-facing ambiguity and make the reference prototype easier to use before the M01 cohort validation.
Changes
Verification
gh-pagesdeploy created separately after GREEN; no tests or feature-branch files copied into Pages beyond production assetsScope
mainunchanged