mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
fix: adjust padding and line-height in main styles for better layout consistency
This commit is contained in:
parent
828d710892
commit
dc638cb3ce
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue