1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

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;
white-space: pre-wrap;
font-weight: 600;
margin: 0;
}
.placeholder {
font-style: italic;

View file

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