From fb1344509b89ea1096162ac46c13056cdf4bce23 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Sat, 15 Sep 2018 15:16:21 -0400 Subject: [PATCH] Add top margin to post images --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.css b/style.css index 1c40987..96670d5 100644 --- a/style.css +++ b/style.css @@ -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 --------------------------------------------------------------*/