From a9aa85def38d6f236c52ae355ceba5d30c546118 Mon Sep 17 00:00:00 2001 From: Sarah Gillespie <73313222+gillespi314@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:35:06 -0600 Subject: [PATCH] Fix vertical alignment in software details summary (#15945) --- .../components/SoftwareDetailsSummary/_styles.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;