Add top margin to post images
This commit is contained in:
parent
bcaac924ec
commit
fb1344509b
@ -38,6 +38,7 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
|
|||||||
## Comments
|
## Comments
|
||||||
# Infinite scroll
|
# Infinite scroll
|
||||||
# Media
|
# Media
|
||||||
|
## Images
|
||||||
## Captions
|
## Captions
|
||||||
## Galleries
|
## Galleries
|
||||||
--------------------------------------------------------------*/
|
--------------------------------------------------------------*/
|
||||||
@ -1184,6 +1185,14 @@ object {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*--------------------------------------------------------------
|
||||||
|
## Images
|
||||||
|
--------------------------------------------------------------*/
|
||||||
|
|
||||||
|
.wp-post-image {
|
||||||
|
margin-top: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
/*--------------------------------------------------------------
|
/*--------------------------------------------------------------
|
||||||
## Captions
|
## Captions
|
||||||
--------------------------------------------------------------*/
|
--------------------------------------------------------------*/
|
||||||
|
Loading…
Reference in New Issue
Block a user