diff --git a/assets/sass/_custom.scss b/assets/sass/_custom.scss index 19172a7..8fe6bf0 100644 --- a/assets/sass/_custom.scss +++ b/assets/sass/_custom.scss @@ -21,7 +21,7 @@ p { font-family: $font-family-sans-serif; } -p:last-of-type, ul:last-of-type { +p:last-child, ul:last-child { margin-bottom: 0; }