From 7b5f7086b7e736119881af772809a4ace5933ded Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sat, 30 Jan 2021 03:12:43 +0800 Subject: [PATCH] Fix post feature image style --- _sass/layout/post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/layout/post.scss b/_sass/layout/post.scss index abaf4c9..cc3b60c 100644 --- a/_sass/layout/post.scss +++ b/_sass/layout/post.scss @@ -44,7 +44,7 @@ @include align-center; margin-top: 0; - margin-bottom: 2.5rem; + margin-bottom: 2.5rem !important; } }