diff --git a/src/eink_feed_render/apps/Spotify/template/css/style.css b/src/eink_feed_render/apps/Spotify/template/css/style.css index 1aa0506..2d9b55f 100644 --- a/src/eink_feed_render/apps/Spotify/template/css/style.css +++ b/src/eink_feed_render/apps/Spotify/template/css/style.css @@ -42,6 +42,12 @@ h2 { overflow: hidden; } +#title > h1, +#title > h2 { + margin-top: 1rem; + margin-bottom: 1rem; +} + #title > #album-name { font-style: italic; }