From 19322e055cc38ab159ffda1099854621b95de030 Mon Sep 17 00:00:00 2001 From: Brian Dunnigan Date: Thu, 11 Jan 2018 14:28:52 -0500 Subject: [PATCH] Fixing image caption styles --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index d80ced1..7766f03 100644 --- a/style.css +++ b/style.css @@ -762,7 +762,6 @@ video { text-align:center; } .content .wp-caption { - max-width:100% !important; } .content .wp-caption-text { text-indent: 3px; @@ -770,6 +769,8 @@ video { font-style: italic; color: #5c5c5c; text-align:left; + line-height:1.4em; + margin-top:10px; } .content table { width: 100%;