From 3766958bbec2cfc5db02879d63c64dd51669f3b9 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Sun, 10 Feb 2019 20:42:32 -0500 Subject: [PATCH] adding margin below the image in the media template page --- scss/_main.scss | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.17.1