Skip to content

Commit 47fd352

Browse files
authored
Decrease author card description font size on blog page
Agent-Logs-Url: https://github.com/recodehive/recode-website/sessions/10fb009a-7abf-4a7c-8415-6d0a660a8628
1 parent 4706e92 commit 47fd352

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
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)