Add spacing around images in posts

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent df226a8bbe
commit c1278f7d6f

View file

@ -47,6 +47,10 @@
pre { pre {
@apply my-8; @apply my-8;
} }
.media--type-image {
@apply my-8;
}
} }
.visually-hidden { .visually-hidden {