Skip to content

Commit 458293f

Browse files
committed
updated footer styling
1 parent a850131 commit 458293f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

static/css/styles.css

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ article {
9393
.footer {
9494
position: absolute;
9595
height: 2.5rem;
96+
padding-top: 2rem;
9697
bottom: 0;
9798
width: 100%;
9899
}

templates/base.html

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
{% block content %} {% endblock content %}
5858

5959
<footer class="footer">
60+
<hr />
6061
<div class="container very-faded">
6162
<h1 class="center">
6263
<i class="fa-solid fa-mug-hot"></i> StrayTech

0 commit comments

Comments
 (0)