From 1c79fb1360d2406f32cdaede88bf901e621343e9 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Wed, 2 Apr 2025 18:49:43 +0200 Subject: [PATCH] Move footer off content --- src/anonchat/static/css/styles.css | 3 --- src/anonchat/templates/base.html | 8 ++++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/anonchat/static/css/styles.css b/src/anonchat/static/css/styles.css index 67c62da..dc14d00 100644 --- a/src/anonchat/static/css/styles.css +++ b/src/anonchat/static/css/styles.css @@ -32,9 +32,6 @@ footer { font-size: small; color: #999; text-align: center; - margin-top: 2rem; - padding-top: 1rem; - border-top: 1px solid #444; } h1 { color: #bbb; diff --git a/src/anonchat/templates/base.html b/src/anonchat/templates/base.html index 4e361c7..59f6cfb 100644 --- a/src/anonchat/templates/base.html +++ b/src/anonchat/templates/base.html @@ -11,10 +11,10 @@
{% block content %}{% endblock %}
- -