Skip to content

Commit

Permalink
CSS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Feb 7, 2023
1 parent 6627191 commit 5ffaa21
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/SearchBlock/less/landingpage.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

.ui.list {
.item {
padding: 3px 0 !important;
break-inside: avoid-column;

.content {
Expand All @@ -41,6 +42,14 @@
margin-right: 7px;
}

.extra.content {
padding: 10px 0;

.count {
margin: 0;
}
}

img.facet-option-icon {
display: block;
width: auto;
Expand All @@ -51,7 +60,7 @@
}

@media only screen and (min-width: 900px) {
max-width: 900px;
// max-width: 950px;
column-count: 2;
column-gap: 2.5em;
}
Expand Down

0 comments on commit 5ffaa21

Please sign in to comment.