diff --git a/website/input.css b/website/input.css
index cd7a777b..3dd55013 100644
--- a/website/input.css
+++ b/website/input.css
@@ -38,7 +38,7 @@
@apply my-5 rounded-full;
}
img {
- @apply max-w-full w-full h-full mx-auto my-5 object-contain md:w-3/4 lg:w-3/5 rounded-sm shadow-sm;
+ @apply md:w-3/4 lg:w-3/5;
}
blockquote {
@apply px-3 pt-2 pb-0.5 my-4 border-s-4 border-white/80 bg-white/7 rounded-sm italic;
diff --git a/website/templates/404.html b/website/templates/404.html
index ecee207d..9bbd4418 100644
--- a/website/templates/404.html
+++ b/website/templates/404.html
@@ -1,16 +1,14 @@
{% extends "base.html" %}
-{% import "macros.html" as macros %}
-
{% block content %}
DON'T PANIC!
404: Page not found!
-
 | safe }})
- {{ macros::btn(link=get_url(path="/") , content="Back to the homepage") }}
+
Back to homepage
{% endblock %}
diff --git a/website/templates/base.html b/website/templates/base.html
index 5745db36..8306ac7d 100644
--- a/website/templates/base.html
+++ b/website/templates/base.html
@@ -52,7 +52,7 @@