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

pull/1/head
ansuz 2020-07-06 15:27:14 -04:00
parent 59185d7088
commit f6f5bef83e
1 changed files with 3 additions and 0 deletions

View File

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