Skip to content

Commit

Permalink
Refs #140559 - Improve spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 19, 2021
1 parent 37eb044 commit 9cc656e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ div#page-document {

div.col-right {
width: 80%;
padding-left: 20px;
padding-left: 40px;
float: left;
}
}
Expand Down Expand Up @@ -170,7 +170,7 @@ div#page-document {
div.col-left {
padding-right: 5px;
padding-left: 0px;
margin-top: 10px;
margin-top: 20px;

.card .meta {
color: @s-medium-gray2 !important;
Expand Down Expand Up @@ -224,12 +224,13 @@ div#page-document {
div.body-content {
padding: 0px !important;

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

div.nine.wide.widescreen.column {
div.col-mid {
padding-right: 0px;
padding-left: 40px;

div.cards {
margin-bottom: 5px;
Expand Down

0 comments on commit 9cc656e

Please sign in to comment.