Adjust page width on non-front pages

This commit is contained in:
Oliver Davies 2021-04-11 21:46:51 +01:00
parent af4c73c17a
commit ffe3460672

View file

@ -78,7 +78,7 @@
</div>
</div>
</div>
<div class="w-full mx-auto p-4 space-y-8 max-w-5xl">
<div class="w-full mx-auto p-4 space-y-8 {{ is_front ? 'max-w-5xl' : 'max-w-4xl' }}">
{{ page.secondary_menu }}
{{ page.breadcrumb }}