Skip to content

Commit

Permalink
chore(ui): add grey bg for illustrations
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarlier committed May 25, 2024
1 parent 06fffee commit 8ea9ebd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ui/src/articles/components/ArticleCard.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,15 @@

.illustration {
flex-direction: column;
display: flex;
display: flex;
background: #ebebeb;
height: fit-content;
}

.illustration > img {
align-self: center;
max-width: 320px;
mix-blend-mode: darken;
}

@media (max-width: 767px) {
Expand Down

0 comments on commit 8ea9ebd

Please sign in to comment.