From 30b9f32195eccb24500b587223015a3eaab1fa63 Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Sat, 21 Jun 2025 21:16:58 +0200 Subject: [PATCH] Fix styling --- src/eink_feed_render/apps/Spotify/template/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; }