Skip to content

Commit

Permalink
Move breadcrumbs inside the page width
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldfallen committed Aug 29, 2017
1 parent 9d6e38b commit bfc6bf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/look-and-feel/layouts/two_thirds.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

{% block content -%}

{% block breadcrumbs %}{% endblock %}

<main id="content" role="main" tabindex="-1">
{% block breadcrumbs %}{% endblock %}
<div class="grid-row">
<div class="column-two-thirds">
{% block two_thirds -%}{%- endblock %}
Expand Down

0 comments on commit bfc6bf8

Please sign in to comment.