From 0120ac6deed64786e51e71af942b3de60d15e0a0 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 8 Aug 2023 21:04:50 +0100 Subject: [PATCH] style: remove padding from :last-child of alert --- src/scss/app.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/scss/app.scss b/src/scss/app.scss index af19ff7..4c38449 100644 --- a/src/scss/app.scss +++ b/src/scss/app.scss @@ -184,3 +184,7 @@ article blockquote { border-left: 2px solid #f03; padding-left: 10px; } + +div.alert *:last-child { + margin-bottom: 0 !important; +} \ No newline at end of file