diff --git a/static/css/style.css b/static/css/style.css index c082480..b67bf95 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -51,22 +51,9 @@ p.pre-solve { padding-bottom: 0.75rem; } -#fullscreen { - width: 100%; - height: auto; - bottom: 0; - top: 0; - left: 0; - position: absolute; -} - -#fullscreen-content { - position: relative; - float: left; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - text-align: center; +#centered-container { + /*width: 100vw;*/ + height: 100vh; } #remaining-text { diff --git a/templates/base.html b/templates/base.html index 3db8a62..c2145cb 100644 --- a/templates/base.html +++ b/templates/base.html @@ -81,6 +81,7 @@ {% block content %}{% endblock %} +{% block body %}{% endblock %}