mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2024-12-29 02:35:06 +08:00
docs: delete button group on top page (#1270)
This commit is contained in:
parent
4a376f8723
commit
7f9e65bcbc
@ -23,6 +23,7 @@
|
||||
justify-content: center;
|
||||
column-gap: 2rem;
|
||||
row-gap: 1rem;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 996px) {
|
||||
@ -36,4 +37,4 @@ div.logo {
|
||||
text-align: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
@ -29,7 +29,7 @@ function HomepageHeader() {
|
||||
<p className="hero__subtitle">
|
||||
<Translate>Drag-and-Drop Avatar Assembly</Translate>
|
||||
</p>
|
||||
<div className={`button-group ${styles.buttons}`}>
|
||||
<div className={`${styles.buttons}`}>
|
||||
<InstallButton/>
|
||||
<Link
|
||||
className={`button button--secondary button--lg ${styles.button}`}
|
||||
@ -43,7 +43,7 @@ function HomepageHeader() {
|
||||
<Translate>Tutorials</Translate>
|
||||
</Link>
|
||||
</div>
|
||||
<div className={`button-group ${styles.buttons}`}>
|
||||
<div className={`${styles.buttons}`}>
|
||||
<a href={"https://discord.gg/dV4cVpewmM"} className={`discordLink`}>
|
||||
<img className={`button button--lg ${styles.button}`}
|
||||
alt="Discord"
|
||||
|
Loading…
Reference in New Issue
Block a user