Skip to content

Commit

Permalink
Get rid of duplicate white space. Solve left-right align content with…
Browse files Browse the repository at this point in the history
… top light gray section.
  • Loading branch information
GhitaB committed Sep 23, 2021
1 parent 27ab30a commit b8915fa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@ div#page-document {
div.searchapp {
background-color: @s-light-gray;

div.body-content {
padding: 0px !important;

div.three.wide.widescreen.column {
padding-left: 0px;
}

div.nine.wide.widescreen.column {
padding-right: 0px;
}
}

div.sui-search-box {
padding-top: 10px;

Expand Down

0 comments on commit b8915fa

Please sign in to comment.