Skip to content

Commit 34f78aa

Browse files
Copilotsanjay-kv
andauthored
fix: reduce author name font size to match reference design (1.125rem)
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>
1 parent f7823b4 commit 34f78aa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161

6262
.authorName {
6363
margin: 0;
64-
font-size: 1.75rem;
65-
font-weight: 800;
66-
line-height: 1.2;
64+
font-size: 1.125rem;
65+
font-weight: 700;
66+
line-height: 1.3;
6767
}
6868

6969
.authorNameRow {
@@ -135,7 +135,7 @@
135135
}
136136

137137
.authorName {
138-
font-size: 1.25rem;
138+
font-size: 1rem;
139139
}
140140
}
141141

0 commit comments

Comments
 (0)