We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a850131 commit 458293fCopy full SHA for 458293f
static/css/styles.css
@@ -93,6 +93,7 @@ article {
93
.footer {
94
position: absolute;
95
height: 2.5rem;
96
+ padding-top: 2rem;
97
bottom: 0;
98
width: 100%;
99
}
templates/base.html
@@ -57,6 +57,7 @@
57
{% block content %} {% endblock content %}
58
59
<footer class="footer">
60
+ <hr />
61
<div class="container very-faded">
62
<h1 class="center">
63
<i class="fa-solid fa-mug-hot"></i> StrayTech
0 commit comments