mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-02 18:25:12 +00:00
fix: paragraph spacing issue
This commit is contained in:
parent
afe82c478e
commit
5296b04d7b
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
.card__content {
|
||||
font-size: 1.15rem;
|
||||
|
||||
p:not(:last-of-type) {
|
||||
p:not(:last-child) {
|
||||
margin-bottom: var(--spacing-vertical-medium);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue