Skip to content

Commit

Permalink
fix: removed width style from card-body, added align-items style to o…
Browse files Browse the repository at this point in the history
…verwrite listing-item style
  • Loading branch information
sabrina-bongiovanni committed Jan 30, 2024
1 parent a60599a commit aad1c80
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/theme/ItaliaTheme/Blocks/_bandiInEvidenceTemplate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@
grid-row: 1;
}

.card-body {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 2.5rem;
padding-bottom: 0rem;
width: 100%;
.listing-item {
align-items: normal;
.card-body {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 2.5rem;
padding-bottom: 0rem;
}
}
}

Expand Down

0 comments on commit aad1c80

Please sign in to comment.