From d89eac82c8ee59bcb96ed79eeb9ad062bc6d82d0 Mon Sep 17 00:00:00 2001 From: gm852 Date: Mon, 24 Mar 2025 09:12:26 -0400 Subject: [PATCH] last stylelint fixes for lyrics looks --- src/styles/lyrics.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/styles/lyrics.scss b/src/styles/lyrics.scss index 3ff52f0627..611f493ca0 100644 --- a/src/styles/lyrics.scss +++ b/src/styles/lyrics.scss @@ -74,7 +74,6 @@ font-size: 16px; color: #bbb; margin-top: -5px; - } /* move info to the top and allow lyrics to overlap */ @@ -83,7 +82,7 @@ flex-direction: column; align-items: center; text-align: center; - margin-right: 0; + margin-right: 0px; width: 100%; } @@ -117,4 +116,4 @@ top: 40px; width: 100%; } -} \ No newline at end of file +}