Set margin on embedded inline images

ref #27
This commit is contained in:
benjamin melançon 2019-09-23 09:40:38 -04:00
parent 1a2b7a8b6b
commit 6132f58ced
2 changed files with 11 additions and 0 deletions

View file

@ -46,3 +46,10 @@
.featured-image {
margin-bottom: 0.5rem;
}
// TODO consider if this would look better with margin only on the content side
// so somehow removing left margin if the inline style has float: left applied.
// Also to consider decreasing the margin on mobile sizes.
.image-inline {
margin: 1em;
}