REFACTOR Deleting commented code

This commit is contained in:
Nonimart 2025-06-19 14:54:00 +02:00
parent 2c76a5df5b
commit 78a2e1ea02

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;