Update webpage for a modern typography-first design#28
Conversation
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: flaticols <7881854+flaticols@users.noreply.github.com>
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| font-variation-settings: 'MONO' var(--mono-axis), 'CASL' var(--casl-axis); | ||
| font-weight: var(--font-weight-regular); | ||
| line-height: 1.6; | ||
| line-height: var(--line-height-relaxed); |
There was a problem hiding this comment.
[nitpick] The --line-height-relaxed variable is set to 1.75, but the original value was 1.6. This increases the line height by 9.4%, which may make the text less dense and potentially affect the overall layout. Consider if this change is intentional and aligns with the design goals.
|
|
||
| .change-group li::before { | ||
| content: "•"; | ||
| content: "—"; |
There was a problem hiding this comment.
[nitpick] Changed bullet character from '•' to '—' (em dash). This significantly changes the visual appearance of list items. Consider whether an em dash is the most appropriate choice for list bullets, as it's typically used for punctuation rather than list formatting.
| content: "—"; | |
| content: "•"; |
Redesigning the bump webpage to be minimalistic and typography-first
Design Changes
Before:

After:

The webpage now features:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.