diff --git a/style/queue.scss b/style/queue.scss index aa5e637..24a31bf 100644 --- a/style/queue.scss +++ b/style/queue.scss @@ -48,7 +48,12 @@ color: #fff; /* Adjust text color for song */ } - p { + .fallback-artists { + margin: 14px 0 0 0; /* Adjust margin for blank space to align text */ + } + + .artists { + font-size: 14px; margin: 0; /* Remove default margin for paragraph */ color: #aaa; /* Adjust text color for artist */ }