mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-03 12:30:10 +00:00
Add style for <p>
This commit is contained in:
parent
366a16b933
commit
0c135bd774
1 changed files with 6 additions and 0 deletions
|
@ -40,6 +40,12 @@ header
|
||||||
line-height: $spacing-vertical;
|
line-height: $spacing-vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p
|
||||||
|
{
|
||||||
|
margin-bottom: 0.8em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue