mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Add space between paragraphs (#1172)
This commit is contained in:
parent
58f039ce96
commit
a57d154d45
1 changed files with 7 additions and 1 deletions
|
|
@ -210,7 +210,13 @@
|
|||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
&:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue