Skip to content

Commit 2290bc1

Browse files
committed
Docs: Fix style issue
1 parent 676a9aa commit 2290bc1

File tree

2 files changed

+99
-35
lines changed

2 files changed

+99
-35
lines changed

Website/docs/introduction.mdx

Lines changed: 96 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -22,43 +22,108 @@ Connect and manage remote systems with Remote Desktop, PowerShell, PuTTY, TigerV
2222

2323
<div className={`${styles.shieldsContainer}`}>
2424
<p>
25-
<a className={`${styles.shields}`} href="https://github.com/BornToBeroot/NETworkManager/releases" target="_blank">
26-
<img alt="All releases" src="https://img.shields.io/github/downloads/BornToBeroot/NETworkManager/total.svg?style=for-the-badge&logo=github" />
27-
</a>
28-
<a className={`${styles.shields}`} href="https://github.com/BornToBeroot/NETworkManager/releases/latest" target="_blank">
29-
<img alt="Latest release" src="https://img.shields.io/github/downloads/BornToBeroot/NETworkManager/latest/total.svg?style=for-the-badge&logo=github" />
25+
<a
26+
className={`${styles.shields}`}
27+
href="https://github.com/BornToBeroot/NETworkManager/releases"
28+
target="_blank"
29+
>
30+
<img
31+
alt="All releases"
32+
src="https://img.shields.io/github/downloads/BornToBeroot/NETworkManager/total.svg?style=for-the-badge&logo=github"
33+
/>
3034
</a>
31-
<a className={`${styles.shields}`} href="https://github.com/BornToBeroot/NETworkManager/releases" target="_blank">
32-
<img alt="Latest pre-release" src="https://img.shields.io/github/downloads-pre/BornToBeroot/NETworkManager/latest/total.svg?label=downloads%40pre-release&style=for-the-badge&logo=github" />
35+
<a
36+
className={`${styles.shields}`}
37+
href="https://github.com/BornToBeroot/NETworkManager/releases/latest"
38+
target="_blank"
39+
>
40+
<img
41+
alt="Latest release"
42+
src="https://img.shields.io/github/downloads/BornToBeroot/NETworkManager/latest/total.svg?style=for-the-badge&logo=github"
43+
/>
44+
</a>
45+
<a
46+
className={`${styles.shields}`}
47+
href="https://github.com/BornToBeroot/NETworkManager/releases"
48+
target="_blank"
49+
>
50+
<img
51+
alt="Latest pre-release"
52+
src="https://img.shields.io/github/downloads-pre/BornToBeroot/NETworkManager/latest/total.svg?label=downloads%40pre-release&style=for-the-badge&logo=github"
53+
/>
54+
</a>
55+
</p>
56+
<p>
57+
<a
58+
className={`${styles.shields}`}
59+
href="https://github.com/BornToBeroot/NETworkManager/stargazers"
60+
target="_blank"
61+
>
62+
<img
63+
alt="GitHub stars"
64+
src="https://img.shields.io/github/stars/BornToBeroot/NETworkManager.svg?style=for-the-badge&logo=github"
65+
/>
66+
</a>
67+
<a
68+
className={`${styles.shields}`}
69+
href="https://github.com/BornToBeroot/NETworkManager/network"
70+
target="_blank"
71+
>
72+
<img
73+
alt="GitHub forks"
74+
src="https://img.shields.io/github/forks/BornToBeroot/NETworkManager.svg?style=for-the-badge&logo=github"
75+
/>
3376
</a>
3477
</p>
3578
<p>
36-
<a className={`${styles.shields}`} href="https://github.com/BornToBeroot/NETworkManager/stargazers" target="_blank">
37-
<img alt="GitHub stars" src="https://img.shields.io/github/stars/BornToBeroot/NETworkManager.svg?style=for-the-badge&logo=github" />
38-
</a>
39-
<a className={`${styles.shields}`} href="https://github.com/BornToBeroot/NETworkManager/network" target="_blank">
40-
<img alt="GitHub forks" src="https://img.shields.io/github/forks/BornToBeroot/NETworkManager.svg?style=for-the-badge&logo=github" />
79+
<a
80+
className={`${styles.shields}`}
81+
href="https://ci.appveyor.com/project/BornToBeRoot/NETworkManager/branch/main"
82+
>
83+
<img
84+
alt="AppVeyor"
85+
src="https://img.shields.io/appveyor/ci/BornToBeRoot/NETworkManager/main.svg?style=for-the-badge&logo=appveyor&&label=main"
86+
/>
87+
</a>
88+
<a
89+
className={`${styles.shields}`}
90+
href="https://github.com/BornToBeRoot/NETworkManager/blob/main/LICENSE"
91+
>
92+
<img
93+
alt="AppVeyor"
94+
src="https://img.shields.io/github/license/BornToBeroot/NETworkManager.svg?style=for-the-badge&logo=github"
95+
/>
96+
</a>
97+
</p>
98+
<p>
99+
<a
100+
className={`${styles.shields}`}
101+
href="https://transifex.com/BornToBeRoot/NETworkManager/"
102+
>
103+
<img
104+
alt="Transifex"
105+
src="https://img.shields.io/badge/transifex-translate-green.svg?style=for-the-badge"
106+
/>
107+
</a>
108+
<a
109+
className={`${styles.shields}`}
110+
href="https://github.com/BornToBeRoot/NETworkManager/issues/new?labels=Feature-Request&template=Feature_request.md"
111+
>
112+
<img
113+
alt="Feature request"
114+
src="https://img.shields.io/badge/github-feature_request-green.svg?style=for-the-badge&logo=github"
115+
/>
116+
</a>
117+
<a
118+
className={`${styles.shields}`}
119+
href="https://github.com/BornToBeRoot/NETworkManager/issues/new?labels=Issue&template=Bug_report.md"
120+
>
121+
<img
122+
alt="Bug report"
123+
src="https://img.shields.io/badge/github-bug_report-red.svg?style=for-the-badge&logo=github"
124+
/>
41125
</a>
42126
</p>
43-
<p>
44-
<a className={`${styles.shields}`} href="https://ci.appveyor.com/project/BornToBeRoot/NETworkManager/branch/main">
45-
<img alt="AppVeyor" src="https://img.shields.io/appveyor/ci/BornToBeRoot/NETworkManager/main.svg?style=for-the-badge&logo=appveyor&&label=main" />
46-
</a>
47-
<a className={`${styles.shields}`} href="https://github.com/BornToBeRoot/NETworkManager/blob/main/LICENSE">
48-
<img alt="AppVeyor" src="https://img.shields.io/github/license/BornToBeroot/NETworkManager.svg?style=for-the-badge&logo=github" />
49-
</a>
50-
</p>
51-
<p>
52-
<a className={`${styles.shields}`} href="https://transifex.com/BornToBeRoot/NETworkManager/">
53-
<img alt="Transifex" src="https://img.shields.io/badge/transifex-translate-green.svg?style=for-the-badge" />
54-
</a>
55-
<a className={`${styles.shields}`} href="https://github.com/BornToBeRoot/NETworkManager/issues/new?labels=Feature-Request&template=Feature_request.md">
56-
<img alt="Feature request" src="https://img.shields.io/badge/github-feature_request-green.svg?style=for-the-badge&logo=github" />
57-
</a>
58-
<a className={`${styles.shields}`} href="https://github.com/BornToBeRoot/NETworkManager/issues/new?labels=Issue&template=Bug_report.md">
59-
<img alt="Bug report" src="https://img.shields.io/badge/github-bug_report-red.svg?style=for-the-badge&logo=github" />
60-
</a>
61-
</p>
62127
</div>
63128

64129
## License

Website/docs/styles.module.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
.shieldsContainer {
2-
display: flex;
3-
justify-content: center;
2+
text-align: center;
43
}
54

65
.shields {
7-
margin: 0rem 0.25rem;
8-
}
6+
margin: 0rem 0.25rem;
7+
}

0 commit comments

Comments
 (0)