diff --git a/overrides/css/custom.css b/overrides/css/custom.css
new file mode 100644
index 000000000..5d51a0920
--- /dev/null
+++ b/overrides/css/custom.css
@@ -0,0 +1,3 @@
+body {
+ margin-left: 1em;
+}
\ No newline at end of file
diff --git a/overrides/main.html b/overrides/main.html
index 32efaad3a..bf6963efd 100644
--- a/overrides/main.html
+++ b/overrides/main.html
@@ -6,18 +6,19 @@
{% endblock %}
{% block content %}
- {{ super() }}
-
+ {{ super() }}
+
{% endblock %}
{% block styles %}
{{ super() }}
+
{% endblock styles %}
{% block libs %}
@@ -33,4 +34,4 @@
lightGallery(elements[i]);
}
-{% endblock scripts %}
\ No newline at end of file
+{% endblock scripts %}