diff --git a/src/theme/ItaliaTheme/Blocks/_bandiInEvidenceTemplate.scss b/src/theme/ItaliaTheme/Blocks/_bandiInEvidenceTemplate.scss index 48c7c7a82..3ad3b1dea 100644 --- a/src/theme/ItaliaTheme/Blocks/_bandiInEvidenceTemplate.scss +++ b/src/theme/ItaliaTheme/Blocks/_bandiInEvidenceTemplate.scss @@ -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; + } } }