From 71c761e48bea62ebaeac92f901c779fce67a61c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Sat, 14 Jan 2023 21:43:59 +0100 Subject: [PATCH] Adjust the gap between header and navbar --- src/layouts/PlaylistPageTab.astro | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/layouts/PlaylistPageTab.astro b/src/layouts/PlaylistPageTab.astro index 16a59ba..816ec11 100644 --- a/src/layouts/PlaylistPageTab.astro +++ b/src/layouts/PlaylistPageTab.astro @@ -15,13 +15,13 @@ const { playlist, title, description } = Astro.props as Props;
{ playlist ? ( -

+

{title} @@ -34,7 +34,7 @@ const { playlist, title, description } = Astro.props as Props; {playlist.owner.name}

-