We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acfb2dd commit 25ea398Copy full SHA for 25ea398
2 files changed
pages/library.tsx
@@ -89,7 +89,7 @@ export default function LibraryPage(props: Readonly<LibraryPageProps>) {
89
return (
90
<Application>
91
<Application.Article>
92
- <Heading size="jumbo">Library</Heading>
+ <Heading size="jumbo">My library</Heading>
93
94
<Text size="l">
95
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
@@ -17,19 +17,15 @@
17
}
18
19
.LibrarySection__Book__Title {
20
- font-size: var(--fs-s);
21
-
22
font-weight: 500;
23
24
25
.LibrarySection__Book__Author {
26
27
28
color: var(--c-gray-11);
29
30
31
.LibrarySection__Book__Date {
32
- font-size: var(--fs-xs);
+ font-size: var(--fs-s);
33
34
35
0 commit comments