From 6b5f80f904a007461decd4ddad457074252243b5 Mon Sep 17 00:00:00 2001 From: Saksham Gupta Date: Fri, 1 Nov 2024 21:54:28 +0530 Subject: [PATCH] Remove bottom margin from project card text styles --- .../app/components/projects-card/projects-card.component.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webiu-ui/src/app/components/projects-card/projects-card.component.scss b/webiu-ui/src/app/components/projects-card/projects-card.component.scss index 2c5e6562..2ccd76a0 100644 --- a/webiu-ui/src/app/components/projects-card/projects-card.component.scss +++ b/webiu-ui/src/app/components/projects-card/projects-card.component.scss @@ -79,6 +79,7 @@ font-size: 14px; font-weight: 500; line-height: 150%; + margin-bottom: 0 ; } span { @@ -116,6 +117,7 @@ font-size: 14px; font-weight: 500; line-height: 150%; + margin-bottom: 0 ; } } @@ -134,6 +136,7 @@ font-weight: 400; line-height: 150%; text-decoration: none; + margin-bottom: 0 ; } } }