Skip to content

Commit

Permalink
Refs #139198 - Improve search box.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 6, 2021
1 parent c62133c commit 0f594f3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,17 @@ div#page-document {

h2 {
margin-bottom: 0px !important;
font-size: 200%;
font-weight: 700;
text-align: center;
}

h3 {
margin-top: 0px;
font-size: 1em;
margin-top: 5px;
font-size: 12px;
font-weight: 400;
text-align: center;
color: @sf-medium-gray2;
}
}

Expand Down Expand Up @@ -172,7 +174,7 @@ div#page-document {
div.sui-search-box {
width: 60%;
padding-top: 10px;
margin: auto;
margin: 2em auto 1em auto;

div.search-input {
flex-wrap: wrap;
Expand Down

0 comments on commit 0f594f3

Please sign in to comment.