bio: left-align all right-pane headings and content#471
Conversation
Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/f69383b6-d282-4e53-a699-09d69db365d6 Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com>
|
/gemini review |
There was a problem hiding this comment.
Pull request overview
This PR updates the bio page’s right-pane card headings to be flush-left by removing the decorative leading rule and the flex layout that caused visual indentation.
Changes:
- Removed the decorative
<span>line from the “Professional Bio”, “Technologies”, and “Mini-Game” right-pane headings. - Dropped
flex items-center gap-2from those headings so heading text aligns with the card content.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Code Review
This pull request simplifies the section headings in src/_includes/bio.njk by removing decorative accent lines and their associated layout classes. The review feedback suggests increasing the heading font size from text-xs to text-sm to resolve an inverted visual hierarchy where headings appear smaller than the body text, and also recommends consolidating these repeated styles into a shared utility.
Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/883c36f0-9cfb-458d-bb8d-7885db776591 Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com>
|
/gemini review |
| <h2 class="text-sm font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6"> | ||
| Professional Bio | ||
| </h2> |
There was a problem hiding this comment.
Code Review
This pull request standardizes the section headings in src/_includes/bio.njk by increasing the font size and removing decorative accent lines to achieve a cleaner, left-aligned layout. The reviewer suggests placing the heading text on the same line as the tags to prevent potential whitespace rendering issues that can occur with the large letter-spacing applied to these elements.
text-xstotext-smfor all three sections