Skip to content

Commit

Permalink
Fix space between view selector and cards.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Sep 22, 2021
1 parent d3d4f5a commit a67b926
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,10 @@ div#page-document {
order: 0 !important;
}
}

@media only screen and (max-width: 1388px) {
div.ui.doubling.stackable.four.cards {
position: relative;
top: 1em;
}
}

0 comments on commit a67b926

Please sign in to comment.