Skip to content

Commit

Permalink
feat: core-236 adding margin spacing to body after removing from head…
Browse files Browse the repository at this point in the history
…line
  • Loading branch information
BoulderBrains committed Nov 10, 2021
1 parent d3272fb commit 41390cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ export default {
}
&__title {
margin-bottom: rem-calc(4);
display: inline;
}
Expand Down Expand Up @@ -332,6 +331,7 @@ export default {
}
&__body {
margin-top: rem-calc(4);
margin-bottom: 1rem;
white-space: pre-wrap;
Expand Down

0 comments on commit 41390cd

Please sign in to comment.