From 3e4bee864cfb90ec760613cb2470038dd9a6e098 Mon Sep 17 00:00:00 2001 From: Scott Cathcart Date: Mon, 18 Nov 2024 18:28:39 -0500 Subject: [PATCH] fix last paragraph margin --- src/App.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/App.scss b/src/App.scss index 5266889..2edaeba 100644 --- a/src/App.scss +++ b/src/App.scss @@ -50,9 +50,16 @@ Nav { } //font - h1 { font-size: 3.2em; line-height: 1.1; margin-top: 50px; } + +.card-body { + p { + &:last-child { + margin-bottom: 0; + } + } +} \ No newline at end of file