Skip to content

Commit

Permalink
Move footer more down to get more space for selected stickers
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinKlein1508 committed Feb 10, 2024
1 parent 5ff82d8 commit feb0bb0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
41 changes: 20 additions & 21 deletions CSGencodes/Components/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -20,35 +20,34 @@
@Body
</CascadingValue>
</main>
</div>

<footer class="bg-body-tertiary p-4">
<div class="container">
<div class="row">
<div class="col-md-4 col-lg-3">

<div class="d-flex gap-3 text-light mb-3">
<a target="_blank" href="https://steamcommunity.com/id/_orphy_"><i class="fa-brands fa-steam fa-xl"></i></a>
<a target="_blank" href="https://twitch.tv/orphycs"><i class="fa-brands fa-twitch fa-xl"></i></a>
<a target="_blank" href="https://youtube.com/marvinkleinmusic"><i class="fa-brands fa-youtube fa-xl"></i></a>
<a target="_blank" href="https://github.com/MarvinKlein1508"><i class="fa-brands fa-github fa-xl"></i></a>
</div>
<footer class="bg-body-tertiary p-4">
<div class="container">
<div class="row">
<div class="col-md-4 col-lg-3">

<div class="d-flex gap-3 text-light mb-3">
<a target="_blank" href="https://steamcommunity.com/id/_orphy_"><i class="fa-brands fa-steam fa-xl"></i></a>
<a target="_blank" href="https://twitch.tv/orphycs"><i class="fa-brands fa-twitch fa-xl"></i></a>
<a target="_blank" href="https://youtube.com/marvinkleinmusic"><i class="fa-brands fa-youtube fa-xl"></i></a>
<a target="_blank" href="https://github.com/MarvinKlein1508"><i class="fa-brands fa-github fa-xl"></i></a>
</div>
<div class="col-md-4 col-lg-3">

<h4>Learn More</h4>
<ul class="list-unstyled mb-0">
<li><a href="changelog">Changelog</a></li>
</ul>
</div>
<div class="col-md-4 col-lg-3">

</div>
<h4>Learn More</h4>
<ul class="list-unstyled mb-0">
<li><a href="changelog">Changelog</a></li>
</ul>

</div>
<p class="text-center">&copy; 2023-2024 Marvin Klein. All rights reserved. <br />Special thanks to Anxioustricky &amp; oskar.</p>
</div>
</footer>

</div>
</div>
<p class="text-center">&copy; 2023-2024 Marvin Klein. All rights reserved. <br />Special thanks to Anxioustricky &amp; oskar.</p>
</div>
</footer>

<Modal @ref="_settingsModal" Title="Settings" ModalType="ModalType.Dark" CloseIconColor="IconColor.Light">
<BodyTemplate>
Expand Down
1 change: 1 addition & 0 deletions CSGencodes/Pages/Changelog.razor
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<li>Shrink sticker previews to maximize space</li>
<li>Updated preview images for all knives</li>
<li>Updated preview images for both M4A4 &amp; M4A1-S</li>
<li>Move footer more down to get more space for selected stickers</li>
</ul>
</li>
<li>
Expand Down

0 comments on commit feb0bb0

Please sign in to comment.