More layout changes
This commit is contained in:
parent
528ef30ef7
commit
cd4c12be58
|
@ -1,3 +1,3 @@
|
||||||
<div class="tw-bg-black tw-font-bold tw-text-lg tw-text-white tw-text-center tw-p-4 tw-uppercase">
|
<div class="tw-bg-black tw-font-bold tw-text-lg tw-text-white tw-text-center tw-p-4 tw-uppercase tw-mt-auto">
|
||||||
{{ page.update_text }}
|
{{ page.update_text }}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
<a href="#main-content" class="visually-hidden focusable skip-link">
|
<a href="#main-content" class="visually-hidden focusable skip-link">
|
||||||
Skip to main content
|
Skip to main content
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div class="tw-min-h-screen tw-flex tw-flex-col">
|
<div class="tw-min-h-screen tw-flex tw-flex-col">
|
||||||
{% include 'banner' %}
|
{% include 'banner' %}
|
||||||
|
|
||||||
|
<div class="tw-flex tw-flex-col tw-flex-1">
|
||||||
{% block content_wrapper %}
|
{% block content_wrapper %}
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -20,6 +20,10 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
{% block content_bottom %}{% endblock %}
|
||||||
{% include 'footer' %}
|
{% include 'footer' %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -4,7 +4,7 @@ twitter:
|
||||||
url: https://twitter.com/drupalcampbris
|
url: https://twitter.com/drupalcampbris
|
||||||
update_text: Early bird tickets are now available!
|
update_text: Early bird tickets are now available!
|
||||||
---
|
---
|
||||||
<main class="tw-bg-balloon tw-bg-center tw-bg-cover tw-flex-1">
|
<main class="tw-bg-balloon tw-bg-center tw-bg-cover tw-flex tw-flex-col tw-flex-1">
|
||||||
<div class="region tw-px-12">
|
<div class="region tw-px-12">
|
||||||
<div id="block-homepagehero" class="tw-my-0 md:tw-py-18 lg:tw-py-24 block block-block-content block-block-content3760e7eb-29de-4f25-b7ee-76421679cf64">
|
<div id="block-homepagehero" class="tw-my-0 md:tw-py-18 lg:tw-py-24 block block-block-content block-block-content3760e7eb-29de-4f25-b7ee-76421679cf64">
|
||||||
<div class="tw-mx-16">
|
<div class="tw-mx-16">
|
||||||
|
|
Loading…
Reference in a new issue