summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/main.css2
-rw-r--r--templates/base.html4
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 @@
<link rel="canonical" href="https://mjfer.net/">
{% endblock %}
</head>
- <body><center>
+ <body>
<h1><a href="/" target="_self">{{ domain }}</a></h1>
<!-- Add icons here -->
<a href="/files/latest.html" target="_self" rel="noopener noreferrer">
@@ -44,5 +44,5 @@
<p>Last update: {{ last_update }}</p>
{% endif %}
<div class="license">{% include 'site/license.html' %}</div>
- </center></body>
+ </body>
</html>