Compare commits
3 Commits
56e313c5a9
...
03f1de579f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
03f1de579f | ||
|
|
78a2e1ea02 | ||
|
|
2c76a5df5b |
11
header.php
11
header.php
|
|
@ -42,12 +42,11 @@
|
||||||
'fallback_cb' => false,
|
'fallback_cb' => false,
|
||||||
)
|
)
|
||||||
); ?>
|
); ?>
|
||||||
</div>
|
<div class="network-redirector">
|
||||||
|
<a href="<?php echo get_site_url(1); ?>">
|
||||||
<div class="dynamiques-redirector">
|
CARHOP
|
||||||
<a href="<?php echo get_site_url(1); ?>">
|
</a>
|
||||||
Carhop
|
</div>
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -2,17 +2,9 @@
|
||||||
@apply bg-carhop-purple-100 py-24 px-12 xl:px-24;
|
@apply bg-carhop-purple-100 py-24 px-12 xl:px-24;
|
||||||
.inner {
|
.inner {
|
||||||
@apply max-w-screen-2xl mx-auto;
|
@apply max-w-screen-2xl mx-auto;
|
||||||
@apply flex gap-16 xl:gap-32;
|
@apply lg:flex gap-16 xl:gap-32;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* &__title {
|
|
||||||
@apply text-base mb-6 font-bold tracking-wider uppercase nunito;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__subtitle {
|
|
||||||
@apply text-5xl font-normal uppercase;
|
|
||||||
} */
|
|
||||||
|
|
||||||
.tag-list {
|
.tag-list {
|
||||||
@apply flex gap-8 flex-wrap;
|
@apply flex gap-8 flex-wrap;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@ module.exports = {
|
||||||
'settings.layout.wideSize',
|
'settings.layout.wideSize',
|
||||||
theme
|
theme
|
||||||
),
|
),
|
||||||
'2xl': '1440px',
|
'2xl': '1441px',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
plugins: [tailpress.tailwind],
|
plugins: [tailpress.tailwind],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user