Adjust layout
This commit is contained in:
parent
f256752dae
commit
f5803073ff
|
@ -24,7 +24,7 @@ layout: default
|
||||||
<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-h-full tw-flex tw-flex-col tw-justify-between">
|
<div class="tw-h-full">
|
||||||
<header role="banner">
|
<header role="banner">
|
||||||
<div class="region region-header">
|
<div class="region region-header">
|
||||||
<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">
|
||||||
|
@ -43,9 +43,9 @@ layout: default
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="tw-flex tw-flex-col tw-flex-1 tw-justify-center tw-items-center tw-bg-balloon tw-bg-center tw-bg-cover">
|
<div class="tw-flex tw-flex-col tw-flex-1 tw-bg-balloon tw-bg-center tw-bg-cover">
|
||||||
<div class="region">
|
<div class="region tw-px-12 tw-my-16 lg:tw-my-32">
|
||||||
<div id="block-homepagehero" class="tw-px-12 tw-py-16 block block-block-content block-block-content3760e7eb-29de-4f25-b7ee-76421679cf64">
|
<div id="block-homepagehero" class="tw-my-6 md:tw-py-16 lg:tw-py-24 block block-block-content block-block-content3760e7eb-29de-4f25-b7ee-76421679cf64">
|
||||||
<div class="tw-mx-4">
|
<div class="tw-mx-4">
|
||||||
<img src="/themes/dcb2017/logo.svg" alt="Drupalcamp Bristol logo" />
|
<img src="/themes/dcb2017/logo.svg" alt="Drupalcamp Bristol logo" />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -712,6 +712,7 @@ module.exports = {
|
||||||
'20': '5rem',
|
'20': '5rem',
|
||||||
'24': '6rem',
|
'24': '6rem',
|
||||||
'32': '8rem',
|
'32': '8rem',
|
||||||
|
'64': '16rem',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue