Skip to content

Commit

Permalink
Refs #140518 - Fix header columns spacing on small screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Dec 20, 2021
1 parent 1ca76e0 commit 2e2318a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -1262,6 +1262,12 @@ div#page-document {
}
}

@media screen and (max-width: 770px) {
div.ui.container.stackable.two.column.grid.header-columns {
margin-left: 0px !important;
}
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
div.content-section-tabs.menu {
a.item {
Expand Down

0 comments on commit 2e2318a

Please sign in to comment.