Fix container widths
This commit is contained in:
parent
38fd421a62
commit
3624ddb1c6
|
@ -1,6 +1,6 @@
|
||||||
<header role="banner">
|
<header role="banner">
|
||||||
<div class="region region-header">
|
<div class="region region-header tw-max-w-6xl tw-px-6 sm:tw-flex sm:tw-justify-between sm:tw-items-center">
|
||||||
<div id="block-dcb2017-branding" class="block block-system block-system-branding-block">
|
<div id="block-dcb2017-branding" class="block block-system block-system-branding-block tw-mx-auto tw-my-2 sm:tw-mx-0">
|
||||||
<a href="/" title="Home" rel="home" class="site-logo">
|
<a href="/" title="Home" rel="home" class="site-logo">
|
||||||
<img src="/themes/dcb2017/logo.svg" alt="Home" />
|
<img src="/themes/dcb2017/logo.svg" alt="Home" />
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{% extends 'base' %}
|
{% extends 'base' %}
|
||||||
|
|
||||||
{% block content_wrapper %}
|
{% 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>
|
<h1 class="tw-mt-0">{{ page.title }}</h1>
|
||||||
|
|
||||||
<div class="markup">
|
<div class="markup">
|
||||||
|
|
Loading…
Reference in a new issue