mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Add space between paragraphs
This commit is contained in:
parent
58f039ce96
commit
16a312a04d
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