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

adding wrapped admin modifier for spacing

parent cf00cfd0
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,10 @@
background-color: $color--white;
}
&--admin {
padding: 20px;
}
&--breakout {
position: relative;
right: 50%;
......
......@@ -67,7 +67,7 @@
</div>
</header>
<main class="wrapper wrapper--large wrapper--main">
<main class="wrapper wrapper--large wrapper--main wrapper--admin">
{% block content %}{% endblock %}
</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