Skip to content

Commit f7823b4

Browse files
Copilotsanjay-kv
andauthored
fix: decrease author card detail font sizes to 0.875rem
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>
1 parent c4aeacf commit f7823b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/theme/BlogPostItem/Footer/styles.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@
8585
.authorMeta {
8686
margin: 0.35rem 0 0;
8787
color: var(--ifm-color-emphasis-700);
88-
font-size: 1rem;
88+
font-size: 0.875rem;
8989
}
9090

9191
.authorSummary {
9292
margin: 0.65rem 0 0;
9393
color: var(--ifm-color-emphasis-800);
94-
font-size: 1.1rem;
95-
line-height: 1.4;
94+
font-size: 0.875rem;
95+
line-height: 1.625;
9696
}
9797

9898
.githubButton {

0 commit comments

Comments
 (0)