Skip to content

Commit 9f45a5d

Browse files
committed
Update download.mdx
1 parent 7b57fac commit 9f45a5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Website/src/pages/download.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Download the latest binaries via GitHub Releases:
3636

3737
<div
3838
className="alert alert--secondary"
39-
style={{ marginTop: "2rem", padding: "1rem" }}
39+
style={{ marginTop: "2rem", marginBottom: "2rem", padding: "1rem" }}
4040
>
4141
<h3>🙏 Enjoying NETworkManager?</h3>
4242
<p>
@@ -48,6 +48,7 @@ Download the latest binaries via GitHub Releases:
4848
<div style={{ display: "flex", gap: "1rem", marginTop: "1rem" }}>
4949
<Link
5050
className={`button button--secondary ${styles.additionalButton}`}
51+
style={{ margin: "0" }}
5152
to="https://github.com/BornToBeRoot/NETworkManager#-donate"
5253
target="_blank"
5354
>
@@ -81,7 +82,7 @@ Download the latest binaries via GitHub Releases:
8182
</p>
8283
</div>
8384

84-
<div className={`${styles.centerButtonContainer} margin-bottom--lg`}>
85+
<div className={`${styles.centerButtonContainer}`}>
8586
<Link
8687
className={`button button--secondary ${styles.additionalButton}`}
8788
to="/docs/changelog/2025-1-18-0"

0 commit comments

Comments
 (0)