docs: fix homepage text size

This commit is contained in:
checktheroads 2020-09-05 14:37:51 -07:00
parent ca668a1d15
commit c25cc5f3e1
2 changed files with 2 additions and 1 deletions

View file

@ -50,7 +50,7 @@ function Home() {
)}
to={useBaseUrl("docs/getting-started")}
>
Set up your looking glass
Set up your Looking Glass
</Link>
<Link
className={classnames(

View file

@ -93,6 +93,7 @@ h2.smallerTitle[class] {
min-width: 100%;
padding-left: 1rem;
padding-right: 1rem;
font-size: var(--ifm-h3-font-size);
}
}