Skip to content

Commit 80ce595

Browse files
committed
unbroke the footer
1 parent a395b6f commit 80ce595

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

templates/base.html

+12-9
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,17 @@
5555
</header>
5656

5757
{% block content %} {% endblock content %}
58-
<div class="footer container very-faded">
59-
<h1 class="center">
60-
<i class="fa-solid fa-mug-hot"></i> StrayTech
61-
</h1>
62-
<p class="center">
63-
&copy; 2024 Stray Technologies. All rights reserved. Made with
64-
<i class="fa-solid fa-heart"></i> by us.
65-
</p>
66-
</div>
58+
<footer>
59+
<div class="container very-faded">
60+
<h1 class="center">
61+
<i class="fa-solid fa-mug-hot"></i> StrayTech
62+
</h1>
63+
<p class="center">
64+
&copy; 2024 Stray Technologies. All rights reserved. Made
65+
with
66+
<i class="fa-solid fa-heart"></i> by us.
67+
</p>
68+
</div>
69+
</footer>
6770
</body>
6871
</html>

0 commit comments

Comments
 (0)