added info footer

This commit is contained in:
Artemis 2025-02-02 16:56:48 +01:00
parent f47b350eee
commit 7de6dd500d
2 changed files with 12 additions and 0 deletions

View file

@ -63,6 +63,14 @@ body {
max-width: 700px;
}
footer {
margin-top: 2em;
padding-top: .5em;
border-top: 1pt solid var(--clr-primary-a50);
font-size: 0.9em;
text-align: center;
}
ul,
ol {
padding-left: 2ch;

View file

@ -24,6 +24,10 @@
{% block main %}
{% endblock main %}
</main>
<footer>
Doll.Tags - <a href="/about">About & Contact</a>
</footer>
</body>
</html>