From 72486191877f21502d868335fc7412ec1513dffe Mon Sep 17 00:00:00 2001 From: mjfernez Date: Tue, 30 Jun 2026 20:46:52 -0400 Subject: Remove more deprecated center tags --- static/main.css | 2 +- templates/base.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/main.css b/static/main.css index 2e18f2b..6463075 100644 --- a/static/main.css +++ b/static/main.css @@ -94,7 +94,7 @@ iframe { font-size: 50%; text-align: center; max-width: 35%; - display: block; + display: inline-block; } .longboi { word-wrap: break-word; diff --git a/templates/base.html b/templates/base.html index a4e8a5d..74d26c9 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,7 +15,7 @@ {% endblock %} -
+

{{ domain }}

@@ -44,5 +44,5 @@

Last update: {{ last_update }}

{% endif %}
{% include 'site/license.html' %}
-
+ -- cgit v1.2.3