diff --git a/assets/sass/_custom.scss b/assets/sass/_custom.scss index a50414c..19172a7 100644 --- a/assets/sass/_custom.scss +++ b/assets/sass/_custom.scss @@ -21,6 +21,10 @@ p { font-family: $font-family-sans-serif; } +p:last-of-type, ul:last-of-type { + margin-bottom: 0; +} + .badge a { color: $white; font-weight: bold;