From abeca03e85d7c1a14d215b6039a3968d0ab086d3 Mon Sep 17 00:00:00 2001 From: Chris Fulljames Date: Tue, 28 Jan 2025 20:28:55 -0500 Subject: [PATCH] Song info improvements --- static/styles.css | 13 +------------ templates/song-list.html | 2 +- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/static/styles.css b/static/styles.css index 82e1fb5..615d344 100644 --- a/static/styles.css +++ b/static/styles.css @@ -203,19 +203,8 @@ a.song-list-button img { div.song-details { display: flex; flex-direction: column; - gap: 5px; + gap: 15px; align-items: left; -} - -div.song-description { - margin: 10px; -} - -div.song-tags { - margin: 10px; -} - -div.song-comments { margin: 10px; } diff --git a/templates/song-list.html b/templates/song-list.html index b75d4ed..c5b46da 100644 --- a/templates/song-list.html +++ b/templates/song-list.html @@ -49,7 +49,7 @@ -