add a margin below rendered media-tags to match that of paragraphs

This commit is contained in:
ansuz 2020-07-06 15:27:14 -04:00
parent 59185d7088
commit f6f5bef83e

View File

@ -108,6 +108,9 @@
table {
margin-bottom: 1rem;
}
media-tag > * {
margin-bottom: 1rem;
}
}
.cp-splitter {