forked from mirrors/thatmattlove-hyperglass
docs: fix homepage text size
This commit is contained in:
parent
ca668a1d15
commit
c25cc5f3e1
2 changed files with 2 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@ h2.smallerTitle[class] {
|
|||
min-width: 100%;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
font-size: var(--ifm-h3-font-size);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue