Skip to content

Commit

Permalink
Refs #136090 - Fix cards in landing page for small screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Jan 12, 2022
1 parent fb69314 commit ec1b9c9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -1826,11 +1826,17 @@ div.ui.modal.facet {
div.landing-page-container {
div.landing-page {
padding: 1em;
}
}
}
}

@media only screen and (max-width: 260px) {
div.searchapp.landing-page {
div.landing-page-container {
div.landing-page {
div.ui.cards {
div.ui.card {
max-width: 60% !important;
}
display: block !important;
}
}
}
Expand Down

0 comments on commit ec1b9c9

Please sign in to comment.