docs: delete button group on top page (#1270)

This commit is contained in:
Mooncake Sugar 2024-10-13 08:35:54 +09:00 committed by GitHub
parent 4a376f8723
commit 7f9e65bcbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -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;
}
}

View File

@ -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"