Skip to content

Commit 037a7f4

Browse files
committed
fix: Update author font size
1 parent e576615 commit 037a7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/spring/spring-doc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
color: var(--page-author-font-color);
88
padding: 1rem;
99
margin: 1rem 0;
10-
font-size: calc(12 / var(--rem-base) * 1rem);
10+
font-size: calc(15 / var(--rem-base) * 1rem);
1111
font-weight: var(--body-font-weight-bold);
1212
}
1313

0 commit comments

Comments
 (0)