Skip to content

Commit 150415a

Browse files
committed
feat: add slight top margin to song link
Signed-off-by: Matt Gleich <git@mattglei.ch>
1 parent 1e81c8a commit 150415a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/lib/index/sections/music/music-section.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}}
3737
>
3838
{#if loading}
39-
<Loading height={742} />
39+
<Loading height={744} />
4040
{:else if music != null}
4141
<p>
4242
I love a lot of different types of music ranging from electronic to jazz. A few of my favorite

src/lib/index/sections/music/song.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
107107
.apple-music-link {
108108
margin: 5px 3px;
109+
margin-top: 7px;
109110
}
110111
111112
.artist {

0 commit comments

Comments
 (0)