Closed
fix: decrease author card font sizes to match reference design#1707
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Agent-Logs-Url: https://github.com/recodehive/recode-website/sessions/e50cf13a-05a9-4084-839f-bfe9cd4d343d Co-authored-by: sanjay-kv <30715153+sanjay-kv@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix font size of author detail on author card
fix: decrease author card detail font sizes to match reference design
May 24, 2026
Member
|
@copilot this doesnt match the font and size
|
Agent-Logs-Url: https://github.com/recodehive/recode-website/sessions/414f4aea-6ee7-4bee-9c5c-5c465fc8d3ed Co-authored-by: sanjay-kv <30715153+sanjay-kv@users.noreply.github.com>
Contributor
Author
... The author name was still rendering at
The card now matches the compact proportions of the reference design — name slightly larger than the body text, meta and bio in small gray text below it. |
Copilot
AI
changed the title
fix: decrease author card detail font sizes to match reference design
fix: decrease author card font sizes to match reference design
May 24, 2026
sanjay-kv
marked this pull request as ready for review
May 24, 2026 11:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Author text in the blog post author card was too large compared to the reference site (oneuptime.com). Reduces all author card text — name, meta line, and bio summary — to match the compact proportions of the reference design.
Type of Change
Changes Made
src/theme/BlogPostItem/Footer/styles.module.css:.authorName—font-size: 1.75rem→1.125rem;font-weight: 800→700;line-height: 1.2→1.3.authorName(mobile, ≤640px) —font-size: 1.25rem→1rem.authorMeta—font-size: 1rem→0.875rem.authorSummary—font-size: 1.1rem→0.875rem;line-height: 1.4→1.625Dependencies
None.
Checklist
npm run buildand attached screenshot(s) in this PR.