Skip to content

Commit

Permalink
Remove bottom margin from project card text styles
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshamgupta912 committed Nov 1, 2024
1 parent afdac69 commit 6b5f80f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
font-size: 14px;
font-weight: 500;
line-height: 150%;
margin-bottom: 0 ;
}

span {
Expand Down Expand Up @@ -116,6 +117,7 @@
font-size: 14px;
font-weight: 500;
line-height: 150%;
margin-bottom: 0 ;
}
}

Expand All @@ -134,6 +136,7 @@
font-weight: 400;
line-height: 150%;
text-decoration: none;
margin-bottom: 0 ;
}
}
}
Expand Down

0 comments on commit 6b5f80f

Please sign in to comment.