error_pages: Fix content overlapping with header.

We add top margin to the error pages whose content was overlapping with
the page header.
This commit is contained in:
Aman Agrawal 2022-10-10 08:24:04 +00:00 committed by Tim Abbott
parent f87f27f9d0
commit c1dfa1fd11
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
{% block portico_content %}
<div class="error_page">
<div class="container">
<div class="container row-fluid">
<img src="/static/images/errors/400art.svg" alt=""/>
<div class="errorbox">
<div class="errorcontent">

View File

@ -6,7 +6,7 @@
{% block portico_content %}
<div class="error_page">
<div class="container">
<div class="container row-fluid">
<img src="/static/images/errors/500art.svg" alt=""/>
<div class="errorbox">
<div class="errorcontent">