From 09260166b7151a4060b540d3cf5702bc71a13cb5 Mon Sep 17 00:00:00 2001 From: evgfilim1 Date: Sun, 26 Aug 2018 13:13:33 +0500 Subject: [PATCH] Fix bug with pre_solve template --- static/css/style.css | 19 +++---------------- templates/base.html | 1 + templates/pre_solve.html | 14 +++++++++----- 3 files changed, 13 insertions(+), 21 deletions(-) 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 %}