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:
parent
d95422ea45
commit
ba7e838db8
2 changed files with 3 additions and 2 deletions
|
@ -52,7 +52,8 @@ body
|
|||
|
||||
|
||||
> main
|
||||
margin 2rem
|
||||
margin-top 2rem
|
||||
margin-bottom 2rem
|
||||
flex 1
|
||||
display flex
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
{% endif %}
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<main class="container">
|
||||
{% block main %}{% endblock %}
|
||||
</main>
|
||||
|
||||
|
|
Loading…
Reference in a new issue