fix button formatting

This commit is contained in:
ReenigneArcher
2022-08-07 16:34:39 -04:00
parent d963bd1daa
commit 15aca474eb
+13 -5
View File
@@ -9,9 +9,13 @@
<p> <p>
Resources for Sunshine! Resources for Sunshine!
</p> </p>
<a class="btn btn-primary" href="https://app.lizardbyte.dev" target="_blank">LizardByte Website</a> <div class="card-group p-4 align-items-center">
<a class="btn btn-warning" href="https://app.lizardbyte.dev/discord" target="_blank"><i class="fab fa-fw fa-discord"></i> Discord</a> <a class="btn btn-success m-1" href="https://app.lizardbyte.dev" target="_blank">LizardByte Website</a>
<a class="btn btn-warning" href="https://github.com/LizardByte/Sunshine/discussions" target="_blank"><i class="fab fa-fw fa-github"></i> Github Discussions</a> <a class="btn btn-primary m-1" href="https://app.lizardbyte.dev/discord" target="_blank">
<i class="fab fa-fw fa-discord"></i> Discord</a>
<a class="btn btn-secondary m-1" href="https://github.com/LizardByte/Sunshine/discussions" target="_blank">
<i class="fab fa-fw fa-github"></i> Github Discussions</a>
</div>
</div> </div>
</div> </div>
<!--Legal--> <!--Legal-->
@@ -22,8 +26,12 @@
<p> <p>
By continuing to use this software you agree to the terms and conditions in the following documents. By continuing to use this software you agree to the terms and conditions in the following documents.
</p> </p>
<a class="btn btn-danger" href="https://github.com/LizardByte/Sunshine/blob/master/LICENSE" target="_blank"><i class="fas fa-fw fa-file-alt"></i> License</a> <div class="card-group p-4 align-items-center">
<a class="btn btn-danger" href="https://github.com/LizardByte/Sunshine/blob/master/NOTICE" target="_blank"><i class="fas fa-fw fa-exclamation"></i> Third Party Notice</a> <a class="btn btn-danger m-1" href="https://github.com/LizardByte/Sunshine/blob/master/LICENSE" target="_blank">
<i class="fas fa-fw fa-file-alt"></i> License</a>
<a class="btn btn-danger m-1" href="https://github.com/LizardByte/Sunshine/blob/master/NOTICE" target="_blank">
<i class="fas fa-fw fa-exclamation"></i> Third Party Notice</a>
</div>
</div> </div>
</div> </div>
</div> </div>