Add margin only to the top of a <p> following a <p>
This way if something other than a paragraph follows the paragraph it won't automatically and unnecessarily be pushed down.
This commit is contained in:
parent
99c5ca9fb2
commit
334b8b6a05
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ pre {
|
||||||
|
|
||||||
p { margin: 0; }
|
p { margin: 0; }
|
||||||
|
|
||||||
p + p { margin: 1rem 0; }
|
p + p { margin: 1rem 0 0 0; }
|
||||||
|
|
||||||
.footdef {
|
.footdef {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|
Loading…
Reference in a new issue