Skip to content

Commit

Permalink
Refs #133599 - Improve header spacing for small screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 29, 2021
1 parent ff4d50a commit afdea2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,10 @@ div#page-document {
}

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

div.col-left,
div.col-left a,
div.col-right {
Expand Down

0 comments on commit afdea2d

Please sign in to comment.