Apply the .container class to <main> actually - this stops things from getting TOO wide on big displays but uses plenty of space on narrow displays

This commit is contained in:
Danielle McLean 2017-12-04 21:53:39 +11:00
parent d95422ea45
commit ba7e838db8
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
2 changed files with 3 additions and 2 deletions

View file

@ -52,7 +52,8 @@ body
> main > main
margin 2rem margin-top 2rem
margin-bottom 2rem
flex 1 flex 1
display flex display flex

View file

@ -60,7 +60,7 @@
{% endif %} {% endif %}
</header> </header>
<main> <main class="container">
{% block main %}{% endblock %} {% block main %}{% endblock %}
</main> </main>