Skip to content

Commit

Permalink
Refs #140518 - Improve footer responsivity.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 17, 2021
1 parent 380b417 commit 7f228c0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,16 @@ div.ui.modal.facet {
}

@media only screen and (max-width: 770px) {
div.body-footer {
div.col-left {
display: none !important;
}

div.col-mid {
padding-left: 1rem !important;
}
}

div.sui-layout-header {
div.header-columns {
div.col-left {
Expand Down

0 comments on commit 7f228c0

Please sign in to comment.