From: Anthony Talarico Date: Mon, 11 Feb 2019 01:42:32 +0000 (-0500) Subject: adding margin below the image in the media template page X-Git-Tag: v1.0.33^2~5 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3766958bbec2cfc5db02879d63c64dd51669f3b9;p=WP-Themes%2Fvisitbenzie.git adding margin below the image in the media template page --- diff --git a/scss/_main.scss b/scss/_main.scss index 1e5170b..76ce033 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -187,4 +187,7 @@ body #content-wrapper .page-content-row{ } .see-all-videos{ margin-top: 20px; +} +.blog-excerpt-image-container{ + margin-bottom: 15px; } \ No newline at end of file