From 2f65cc8d5a1252f95fb0231ff4eac51618d9fec2 Mon Sep 17 00:00:00 2001 From: razonyang Date: Tue, 9 Jan 2024 14:53:57 +0800 Subject: [PATCH] style: remove margin-bottom for last child of hb-module --- assets/hb/modules/theme-cards/scss/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/hb/modules/theme-cards/scss/index.scss b/assets/hb/modules/theme-cards/scss/index.scss index 790ab2b..ee24a71 100644 --- a/assets/hb/modules/theme-cards/scss/index.scss +++ b/assets/hb/modules/theme-cards/scss/index.scss @@ -7,6 +7,10 @@ &:hover { @extend .shadow-sm; } + + > :last-child { + margin-bottom: 0 !important; + } } .hb-footer {