From dc638cb3cebf3f6675ff8c9c1b224bc21a56f225 Mon Sep 17 00:00:00 2001 From: pandadev <70103896+0PandaDEV@users.noreply.github.com> Date: Sun, 16 Mar 2025 11:58:34 +0100 Subject: [PATCH] fix: adjust padding and line-height in main styles for better layout consistency --- styles/index.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/styles/index.scss b/styles/index.scss index 20a154d..2608ce2 100644 --- a/styles/index.scss +++ b/styles/index.scss @@ -138,7 +138,6 @@ main { justify-content: space-between; padding: 8px 0; border-bottom: 1px solid $divider; - line-height: 1; &:last-child { border-bottom: none; @@ -146,7 +145,7 @@ main { } &:first-child { - padding-top: 22px; + padding-top: 14px; } p {