mirror of https://github.com/zulip/zulip.git
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:
parent
f87f27f9d0
commit
c1dfa1fd11
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue