Remove margin from heading and paragraph
This commit is contained in:
parent
098131099d
commit
f21afb165b
|
@ -48,6 +48,7 @@
|
|||
display: inline-block;
|
||||
white-space: pre-wrap;
|
||||
font-weight: 600;
|
||||
margin: 0;
|
||||
}
|
||||
.placeholder {
|
||||
font-style: italic;
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
p {
|
||||
display: inline-block;
|
||||
white-space: pre-wrap;
|
||||
margin: 0;
|
||||
}
|
||||
.placeholder {
|
||||
font-style: italic;
|
||||
|
|
Loading…
Reference in New Issue