Skip to content

Commit 4398475

Browse files
committed
trail and error
1 parent eb956d9 commit 4398475

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/EpisodeNav.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
var(--sl-color-gray-6),
1717
var(--sl-color-gray-6)
1818
);
19-
font-size: 0.9rem;
19+
font-size: 0.75rem;
2020
border-radius: 2em;
2121
padding: 1.5em 1em 2em;
2222
box-shadow: 0 4px 8px #8888;

src/components/LastUpdated.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const firstPublished = new Date(
2626

2727
{
2828
lastUpdated && (
29-
<p style="display: flex; justify-content: space-between; font-size: 0.9rem">
29+
<p style="display: flex; justify-content: space-between; font-size: 0.75rem">
3030
<span style="view-transition-name: lastUpdated">
3131
{"Last updated:"}{" "}
3232
<time datetime={lastUpdated.toISOString()}>

0 commit comments

Comments
 (0)