diff --git a/templates/base.html b/templates/base.html
index 2235bbc..de949aa 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -208,12 +208,7 @@
min-height: 100vh;
}
- .full-height-row {
- display: flex;
- align-items: center;
- justify-content: center;
- min-height: calc(100vh - 56px);
- }
+
{% block head %}{% endblock %}