Skip to content

Commit

Permalink
refacor styling of error pages
Browse files Browse the repository at this point in the history
  • Loading branch information
slomo committed Nov 18, 2016
1 parent d936f1b commit d34dae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion euth_wagtail/assets/scss/components/_error-pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

.error-banner-header-text {
position: absolute;
left: 0;
left: 30px;
right: 0;
top: 150px;

Expand Down
2 changes: 1 addition & 1 deletion euth_wagtail/templates/base_errors.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% block title %}Error{% endblock %}

{% block content %}
<div class="error text-center">
<div class="text-center">
<div class="error-banner">
<div class="error-banner-header">
<img src="{% static 'images/error.png'%}">
Expand Down

0 comments on commit d34dae4

Please sign in to comment.