diff --git a/frontend/pages/SoftwarePage/components/SoftwareDetailsSummary/_styles.scss b/frontend/pages/SoftwarePage/components/SoftwareDetailsSummary/_styles.scss index a0456417b1..b472078d85 100644 --- a/frontend/pages/SoftwarePage/components/SoftwareDetailsSummary/_styles.scss +++ b/frontend/pages/SoftwarePage/components/SoftwareDetailsSummary/_styles.scss @@ -10,12 +10,13 @@ &__icon { width: 96px; height: 96px; - border: 1px solid #E2E4EA; + border: 1px solid #e2e4ea; border-radius: 8px; } &__info { flex-grow: 1; + align-self: center; } h1 { @@ -24,7 +25,6 @@ margin-bottom: $pad-medium; } - &__description-list { display: flex; gap: $pad-xxlarge;