There was an error while loading. Please reload this page.
1 parent eb956d9 commit 4398475Copy full SHA for 4398475
2 files changed
src/components/EpisodeNav.astro
@@ -16,7 +16,7 @@
16
var(--sl-color-gray-6),
17
var(--sl-color-gray-6)
18
);
19
- font-size: 0.9rem;
+ font-size: 0.75rem;
20
border-radius: 2em;
21
padding: 1.5em 1em 2em;
22
box-shadow: 0 4px 8px #8888;
src/components/LastUpdated.astro
@@ -26,7 +26,7 @@ const firstPublished = new Date(
26
27
{
28
lastUpdated && (
29
- <p style="display: flex; justify-content: space-between; font-size: 0.9rem">
+ <p style="display: flex; justify-content: space-between; font-size: 0.75rem">
30
<span style="view-transition-name: lastUpdated">
31
{"Last updated:"}{" "}
32
<time datetime={lastUpdated.toISOString()}>
0 commit comments