Skip to content

Commit

Permalink
changed the value of margin-bottom in card-text of team
Browse files Browse the repository at this point in the history
  • Loading branch information
carvalholuigi25 committed Nov 1, 2023
1 parent c24d8da commit 70b5b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[locale]/styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ ul, ol, dl {

#team {
.card-text {
margin-bottom: 0;
margin-bottom: -15px;
}
}

Expand Down

0 comments on commit 70b5b27

Please sign in to comment.