fix(posts): added missing margin

This commit is contained in:
2022-08-18 18:16:28 +02:00
parent b76ffdd729
commit 4e42be059e

View File

@@ -717,13 +717,10 @@ a.footnote-ref {
border-bottom: 1px solid $theme; border-bottom: 1px solid $theme;
} }
svg {
margin-right: .8em;
}
object { object {
width: 18px; width: 18px;
height: 18px; height: 18px;
margin-right: .8em;
vertical-align: middle; vertical-align: middle;
} }