Skip to content

Commit

Permalink
Refs #139198 - Horizontal card - fix spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 7, 2021
1 parent 951b373 commit 878843c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,20 @@ div.ui.modal {
}
}

@media only screen and (min-width: 600px) {
div.search-result {
div.col-left {
padding-right: 3em;
}

div.col-right {
img {
padding-right: 0px !important;
}
}
}
}

.answers-list {
margin-top: 3em;

Expand Down

0 comments on commit 878843c

Please sign in to comment.