Skip to content
Snippets Groups Projects
Commit 4af2b398 authored by Chris Lawton's avatar Chris Lawton
Browse files

updating block name to class and removing grey modifier after it was added to the body tag

parent 3cb58171
No related branches found
No related tags found
No related merge requests found
{% extends "base.html" %} {% extends "base.html" %}
{% load wagtailcore_tags wagtailimages_tags navigation_tags static %} {% load wagtailcore_tags wagtailimages_tags navigation_tags static %}
{% block main_modifier %}wrapper--light-grey-bg wrapper--bottom-space{% endblock %}
{% block body_class %}light-grey-bg{% endblock %} {% block body_class %}light-grey-bg{% endblock %}
{% block main_class %}wrapper--bottom-space{% endblock %}
{% block content %} {% block content %}
<div class="wrapper"> <div class="wrapper">
<section class="section section--main"> <section class="section section--main">
......
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
<svg class="header__icon header__icon--pixels header__icon--pixels-right"><use xlink:href="#hero-standard-right-pixels"></use></svg> <svg class="header__icon header__icon--pixels header__icon--pixels-right"><use xlink:href="#hero-standard-right-pixels"></use></svg>
</header> </header>
<main class="wrapper wrapper--large wrapper--main {% block main_modifier %}{% endblock %}"> <main class="wrapper wrapper--large wrapper--main {% block main_class %}{% endblock %}">
{% block content %}{% endblock %} {% block content %}{% endblock %}
</main> </main>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment