Skip to content

Commit

Permalink
Fix titles font size in landing page.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Sep 20, 2021
1 parent 2a24646 commit c678702
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
// max-width: 15em;
}

div.landing-page {
.tile h2 {
font-size: 150%;
}
}

div#page-document {
h1.documentFirstHeading {
display: none;
Expand Down

0 comments on commit c678702

Please sign in to comment.