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