From 7e842cec01f3c72f78bea4e32297c485d4b648d6 Mon Sep 17 00:00:00 2001 From: aswanson-nr Date: Thu, 6 Jan 2022 13:40:13 -0800 Subject: [PATCH] fix: make image div full height --- src/components/PackTile.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/components/PackTile.js b/src/components/PackTile.js index d6a656328..7ee0fbd65 100644 --- a/src/components/PackTile.js +++ b/src/components/PackTile.js @@ -130,20 +130,19 @@ const PackTile = ({ align-items: center; justify-content: center; margin-bottom: 1rem; + height: 100%; @media screen and (max-width: ${IMAGE_BREAKPOINT}) { display: none; } - .dark-mode & { - background-color: white; - } - ${isListView() && css` margin-right: 0.5rem; `} - + .dark-mode & { + background-color: white; + } grid-area: logo; `} >