Skip to content

Commit

Permalink
Refs #140518 - Fix page document padding on small screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Dec 20, 2021
1 parent 985ac30 commit 98c75c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -1258,6 +1258,7 @@ div#page-document {
@media screen and (max-width: 600px) {
.ui.basic.segment.content-area .ui.container#page-document {
margin-top: 0.5em !important;
padding: 0px !important;
}

div.col-left,
Expand Down

0 comments on commit 98c75c4

Please sign in to comment.