Add top margin to post images

This commit is contained in:
Jeremy Dormitzer 2018-09-15 15:16:21 -04:00
parent bcaac924ec
commit fb1344509b

View File

@ -38,6 +38,7 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
## Comments
# Infinite scroll
# Media
## Images
## Captions
## Galleries
--------------------------------------------------------------*/
@ -1184,6 +1185,14 @@ object {
display: inline-block;
}
/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/
.wp-post-image {
margin-top: 1.5em;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/