mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-04 13:45:04 +08:00
More docs tweaks
This commit is contained in:
parent
236ddc39a2
commit
ea646d03ed
@ -21,3 +21,8 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button {
|
||||||
|
margin-right: 1rem;
|
||||||
|
margin-left: 1rem;
|
||||||
|
}
|
||||||
|
@ -16,10 +16,15 @@ function HomepageHeader() {
|
|||||||
<p className="hero__subtitle">{siteConfig.tagline}</p>
|
<p className="hero__subtitle">{siteConfig.tagline}</p>
|
||||||
<div className={styles.buttons}>
|
<div className={styles.buttons}>
|
||||||
<Link
|
<Link
|
||||||
className="button button--secondary button--lg"
|
className={`button button--secondary button--lg ${styles.button}`}
|
||||||
to="/docs/intro">
|
to="/docs/intro">
|
||||||
Documentation
|
Documentation
|
||||||
</Link>
|
</Link>
|
||||||
|
<Link
|
||||||
|
className={`button button--secondary button--lg ${styles.button}`}
|
||||||
|
to="https://github.com/bdunderscore/modular-avatar/releases">
|
||||||
|
Download
|
||||||
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
Loading…
Reference in New Issue
Block a user