From b6117221cb74c8047c805cfbea8ad82f48fb28cc Mon Sep 17 00:00:00 2001 From: Drina_Rincon Date: Mon, 18 Apr 2022 15:21:33 -0300 Subject: [PATCH] modificar margenes entre parrafos --- src/components/Text/Text.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/Text/Text.scss b/src/components/Text/Text.scss index 7500cc02..02c5b153 100644 --- a/src/components/Text/Text.scss +++ b/src/components/Text/Text.scss @@ -18,7 +18,6 @@ padding-top: 1rem; } p { - margin-bottom: 0; padding: 0rem 1rem; } } @@ -33,8 +32,8 @@ background-color: $primary-container; padding: 1rem; margin: 1rem; - p { - margin-bottom: 0; + p:nth-last-child(2) { + margin-bottom: 0px; } } } @@ -59,7 +58,7 @@ .text { .description { p { - padding: 0.5rem 2.5rem; + padding: 0rem 2.5rem; padding-right: 7rem; } }