Skip to content

Commit

Permalink
vertically centered search item title
Browse files Browse the repository at this point in the history
  • Loading branch information
matesich committed Oct 4, 2022
1 parent 08c9f0c commit 5685da0
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
background-color: var(--search-item-hover-color);
}

&-Content {
display: flex;
flex-flow: column wrap;
justify-content: center;
}

&-CustomAttribute {
color: var(--color-black);
font-size: 12px;
Expand Down

0 comments on commit 5685da0

Please sign in to comment.