Skip to content

Commit

Permalink
Refs #140559 - WIP responsivity - search box.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 20, 2021
1 parent b18bbc1 commit 69228b1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,23 @@ div.ui.modal.facet {
}
}

@media only screen and (max-width: 770px) {
div.sui-layout-header {
div.cols-container {
min-height: 250px;

div.col-left {
width: 0px !important;
}

div.col-right {
width: 100% !important;
padding-left: 0px !important;
}
}
}
}

@media only screen and (min-width: 600px) {
div.search-result {
div.col-left {
Expand Down

0 comments on commit 69228b1

Please sign in to comment.