Add spacing around images in posts
This commit is contained in:
parent
df226a8bbe
commit
c1278f7d6f
|
@ -47,6 +47,10 @@
|
||||||
pre {
|
pre {
|
||||||
@apply my-8;
|
@apply my-8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.media--type-image {
|
||||||
|
@apply my-8;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.visually-hidden {
|
.visually-hidden {
|
||||||
|
|
Loading…
Reference in a new issue