This commit is contained in:
Mark Nadal 2021-06-22 15:39:52 -07:00
parent ed70e33027
commit 9d4f3955a8

View File

@ -31,6 +31,13 @@ ul, li {
list-style: none;
}
p {
padding: 0;
}
p + p {
padding-top: 0;
}
[contenteditable=true]:empty:before {
content: attr(placeholder);
}