Skip to content

Commit

Permalink
Refs #140518 - Clickable h2.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 8, 2021
1 parent 049fe21 commit b25553b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ div#page-document {
}

div.sui-layout-header {
padding-bottom: 0px;
padding-right: 0px !important;
padding-bottom: 0px;
padding-left: 0px !important;
border-bottom: none;

Expand All @@ -99,6 +99,10 @@ div#page-document {
font-size: 200%;
font-weight: 700;
text-align: left;

a {
color: @sf-dark-gray;
}
}

h3 {
Expand Down

0 comments on commit b25553b

Please sign in to comment.