Compare commits

..

3 Commits

Author SHA1 Message Date
Nonimart
03f1de579f FIX on 2xl width
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-19 15:33:42 +02:00
Nonimart
78a2e1ea02 REFACTOR Deleting commented code 2025-06-19 14:54:00 +02:00
Nonimart
2c76a5df5b FEATURE Refining header 2025-06-19 14:06:35 +02:00
3 changed files with 7 additions and 16 deletions

View File

@ -42,12 +42,11 @@
'fallback_cb' => false,
)
); ?>
</div>
<div class="dynamiques-redirector">
<a href="<?php echo get_site_url(1); ?>">
Carhop
</a>
<div class="network-redirector">
<a href="<?php echo get_site_url(1); ?>">
CARHOP
</a>
</div>
</div>
</div>

View File

@ -2,17 +2,9 @@
@apply bg-carhop-purple-100 py-24 px-12 xl:px-24;
.inner {
@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 {
@apply flex gap-8 flex-wrap;

View File

@ -102,7 +102,7 @@ module.exports = {
'settings.layout.wideSize',
theme
),
'2xl': '1440px',
'2xl': '1441px',
},
},
plugins: [tailpress.tailwind],