From 6f00f65e62d4d43b2a042d75c7362cd19e232585 Mon Sep 17 00:00:00 2001 From: Louisa Goncharenko Date: Wed, 31 May 2023 10:06:29 -0400 Subject: [PATCH] noticed the blog section needs a margin bottom when color scheme is applied --- assets/section-featured-blog.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/assets/section-featured-blog.css b/assets/section-featured-blog.css index 3a5451bc4b3..7f15d82be1c 100644 --- a/assets/section-featured-blog.css +++ b/assets/section-featured-blog.css @@ -1,5 +1,5 @@ .blog { - padding-bottom: 2rem; + padding-bottom: 3rem; } .blog-placeholder { @@ -8,10 +8,6 @@ } @media screen and (min-width: 750px) { - .blog { - padding-bottom: 0rem; - } - .blog-placeholder { text-align: center; margin: 0;