Remove margin from heading and paragraph

This commit is contained in:
Andrew Kingston 2021-06-23 14:22:59 +01:00
parent 098131099d
commit f21afb165b
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@
display: inline-block; display: inline-block;
white-space: pre-wrap; white-space: pre-wrap;
font-weight: 600; font-weight: 600;
margin: 0;
} }
.placeholder { .placeholder {
font-style: italic; font-style: italic;

View File

@ -43,6 +43,7 @@
p { p {
display: inline-block; display: inline-block;
white-space: pre-wrap; white-space: pre-wrap;
margin: 0;
} }
.placeholder { .placeholder {
font-style: italic; font-style: italic;