Skip to content

Commit 25ea398

Browse files
committed
Add some polishing
1 parent acfb2dd commit 25ea398

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

pages/library.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default function LibraryPage(props: Readonly<LibraryPageProps>) {
8989
return (
9090
<Application>
9191
<Application.Article>
92-
<Heading size="jumbo">Library</Heading>
92+
<Heading size="jumbo">My library</Heading>
9393

9494
<Text size="l">
9595
This isn’t an exhaustive list of everything I’ve read, but a curated selection of books from recent years that

styles/pages/library.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,15 @@
1717
}
1818

1919
.LibrarySection__Book__Title {
20-
font-size: var(--fs-s);
21-
2220
font-weight: 500;
2321
}
2422

2523
.LibrarySection__Book__Author {
26-
font-size: var(--fs-s);
27-
2824
color: var(--c-gray-11);
2925
}
3026

3127
.LibrarySection__Book__Date {
32-
font-size: var(--fs-xs);
28+
font-size: var(--fs-s);
3329

3430
color: var(--c-gray-11);
3531
}

0 commit comments

Comments
 (0)