Compare commits
No commits in common. "03f1de579f172ed08ccbfcb3ffb61984427af8f2" and "56e313c5a9237539b9e86d5a9712fcdad452174b" have entirely different histories.
03f1de579f
...
56e313c5a9
11
header.php
11
header.php
|
|
@ -42,11 +42,12 @@
|
|||
'fallback_cb' => false,
|
||||
)
|
||||
); ?>
|
||||
<div class="network-redirector">
|
||||
<a href="<?php echo get_site_url(1); ?>">
|
||||
CARHOP
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="dynamiques-redirector">
|
||||
<a href="<?php echo get_site_url(1); ?>">
|
||||
Carhop
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -2,9 +2,17 @@
|
|||
@apply bg-carhop-purple-100 py-24 px-12 xl:px-24;
|
||||
.inner {
|
||||
@apply max-w-screen-2xl mx-auto;
|
||||
@apply lg:flex gap-16 xl:gap-32;
|
||||
@apply 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 {
|
||||
@apply flex gap-8 flex-wrap;
|
||||
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ module.exports = {
|
|||
'settings.layout.wideSize',
|
||||
theme
|
||||
),
|
||||
'2xl': '1441px',
|
||||
'2xl': '1440px',
|
||||
},
|
||||
},
|
||||
plugins: [tailpress.tailwind],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user