Fix container widths

This commit is contained in:
Oliver Davies 2019-04-11 13:42:07 +01:00
parent 38fd421a62
commit 3624ddb1c6
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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">