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