fix: css for footer

This commit is contained in:
2024-11-23 14:17:58 -03:00
parent 5030eb42ce
commit 5d7d67dbb4
2 changed files with 8 additions and 3 deletions

View File

@@ -3,7 +3,8 @@ html, body {
}
body {
display: block;
display: flex;
flex-direction: column;
}
.app {
@@ -15,6 +16,10 @@ body {
flex-grow: 1;
}
.footer {
padding: 20px;
}
.inner-header-logo {
background-image: url('./../img/paw.png');
background-position: center;

View File

@@ -45,8 +45,8 @@
</div>
</div>
</header>
<div id="content" class="content">{% block content %}{% endblock %}</div>
<div id="content" class="content">
{% block content %}{% endblock %}
</div>
<footer class="footer">
{% block footer %}