STYLE Underline button
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-10-15 16:24:19 +02:00
parent 75d7774917
commit a26a889f35

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;
} }