fix: adjust padding and line-height in main styles for better layout consistency

This commit is contained in:
pandadev 2025-03-16 11:58:34 +01:00
parent 828d710892
commit dc638cb3ce
No known key found for this signature in database
GPG key ID: C39629DACB8E762F

View file

@ -138,7 +138,6 @@ main {
justify-content: space-between; justify-content: space-between;
padding: 8px 0; padding: 8px 0;
border-bottom: 1px solid $divider; border-bottom: 1px solid $divider;
line-height: 1;
&:last-child { &:last-child {
border-bottom: none; border-bottom: none;
@ -146,7 +145,7 @@ main {
} }
&:first-child { &:first-child {
padding-top: 22px; padding-top: 14px;
} }
p { p {