Skip to content

Commit

Permalink
fix layout of 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Nov 12, 2018
1 parent a5b8a2a commit a4e668c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cicero/templates/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

{% block content %}
<div class="container">
<div class="col-md-12">
<div class="row">
<div class="row top-buffer">
<div class="col">
<h1>Page Not Found</h1>
What you were looking for is just not there. Go somewhere
<a href="{{ url_for('git.home') }}">nice</a>.
Expand Down

0 comments on commit a4e668c

Please sign in to comment.