Skip to content

Commit

Permalink
Refs #140518 - Improve header on small screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 19, 2021
1 parent d33e2fe commit b5a88f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -945,8 +945,8 @@ div#page-document {

div.header-content {
position: relative;
left: -60px;
width: calc(100% + 120px) !important;
left: -30px;
width: calc(100% + 60px) !important;
}
}

Expand Down

0 comments on commit b5a88f6

Please sign in to comment.