Skip to content

Commit

Permalink
Refs #140518 - Fix page document padding on small screen. Also header.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Dec 20, 2021
1 parent 98c75c4 commit 16552e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -1257,8 +1257,8 @@ div#page-document {

@media screen and (max-width: 600px) {
.ui.basic.segment.content-area .ui.container#page-document {
padding: 0px 5px 0px 5px !important;
margin-top: 0.5em !important;
padding: 0px !important;
}

div.col-left,
Expand All @@ -1284,8 +1284,7 @@ div#page-document {

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

Expand Down

0 comments on commit 16552e2

Please sign in to comment.