Compare commits

..

2 Commits

Author SHA1 Message Date
Nonimart
a26a889f35 STYLE Underline button
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-15 16:24:19 +02:00
Nonimart
75d7774917 RESPONSIVE FIX 2025-10-15 16:23:56 +02:00
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
.explore-tags { .explore-tags {
@apply bg-carhop-purple-100 py-24 px-12 xl:px-24; @apply bg-carhop-purple-100 py-24 px-4 md:px-12 xl:px-24;
.inner { .inner {
@apply max-w-screen-2xl mx-auto; @apply max-w-screen-2xl mx-auto;
@apply lg:flex gap-16 xl:gap-32; @apply lg:flex gap-16 xl:gap-32;

View File

@ -4,6 +4,10 @@
@screen lg { @screen lg {
@apply hidden; @apply hidden;
} }
#mobile-menu-toggle {
@apply underline underline-offset-4;
}
&__inner-elements { &__inner-elements {
@apply flex justify-between items-center px-6 gap-12; @apply flex justify-between items-center px-6 gap-12;
} }