Skip to content

Commit

Permalink
footer fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Dec 6, 2023
1 parent e7fe51f commit 87bbfb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions src/documents/styles/sections/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ footer:before {

.footer-patreon {
margin-left: 20px;
white-space: nowrap;
img {
height: 40px;
margin-left: 0px;
Expand All @@ -64,11 +65,13 @@ footer:before {
float: none;
margin-top: 40px;
margin-bottom: 40px;
white-space: nowrap;

text-align: center;
}

.footer-powered-by a{
display: block;
display: inline-block;
}

.footer-social {
Expand All @@ -77,7 +80,7 @@ footer:before {
}

.footer-powered-by p {
display: block;
display: inline-block;
margin-bottom: 26px;
}
}
2 changes: 1 addition & 1 deletion src/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

</div>

<div class="footer-powered-by">
<div class="footer-powered-by row">
<p>HaxeFlixel is powered by</p>
<a href="https://haxe.org"><img src="/images/haxe.svg" alt="Haxe" title="Haxe"></a>
+
Expand Down

0 comments on commit 87bbfb9

Please sign in to comment.