Skip to content

Commit

Permalink
fix: make image div full height
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanson-nr committed Jan 6, 2022
1 parent be66884 commit 7e842ce
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/components/PackTile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
`}
>
Expand Down

0 comments on commit 7e842ce

Please sign in to comment.