Make 4xx and 5xx pages full screen.

This makes the 4xx and 5xx pages full screen by changing the
`.error_page` div to be fixed and full screen height.
This commit is contained in:
Brock Whittaker
2017-08-08 10:32:16 -07:00
parent b782db48e1
commit be33266f83
4 changed files with 16 additions and 6 deletions

View File

@@ -5,9 +5,10 @@
<meta http-equiv="refresh" content="60;URL='/'">
{% endblock %}
{% block portico_content %}
{% block portico_class_name %}error{% endblock %}
<div class="error_page" style="padding-bottom: 60px;">
{% block portico_content %}
<div class="error_page">
<div class="container">
<div class="row-fluid">
<img src="/static/images/500art.svg" alt=""/>