Adjust the gap between the hint and calendar

This commit is contained in:
Maciej Pędzich 2023-01-14 21:44:26 +01:00
parent 71c761e48b
commit 065b78ec26

View File

@ -8,7 +8,7 @@ const layoutProps = await getPlaylistLayoutProps(Astro);
---
<PlaylistPageTab {...layoutProps}>
<p class="text-lg">
<p class="text-lg mb-3">
Click on a highlighted date to show a snapshot captured that day.
</p>
<SnapshotCalendar client:load />