Fix container widths
This commit is contained in:
parent
38fd421a62
commit
3624ddb1c6
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{% extends 'base' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<main class="tw-max-w-5xl tw-px-6 tw-mx-auto tw-my-10">
|
||||
<main class="tw-max-w-6xl tw-px-6 tw-mx-auto tw-my-10">
|
||||
<h1 class="tw-mt-0">{{ page.title }}</h1>
|
||||
|
||||
<div class="markup">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue