diff options
-rw-r--r-- | wqflask/wqflask/templates/loading.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/loading.html b/wqflask/wqflask/templates/loading.html index 95cecf76..d384a087 100644 --- a/wqflask/wqflask/templates/loading.html +++ b/wqflask/wqflask/templates/loading.html @@ -8,7 +8,7 @@ <div class="container"> <div> <div style="min-height: 80vh; display: flex; align-items: center; text-align: left;"> - <div style="margin-bottom: 5px; left: 50%; margin-right: -50%; margin-top: 10%; transform: translate(-50%, -50%); position: absolute;"> + <div style="margin-bottom: 5px; left: 50%; margin-right: -50%; top: 50%; transform: translate(-50%, -50%); position: absolute;"> {% if start_vars.tool_used == "Mapping" %} <h1>Computing the Maps</h1> <br> |