Compare commits

..

No commits in common. "a26a889f35485565ea285416890a1b6cb8e18aa7" and "95df2048dd2b66ae87976c60272e0a633cac0f62" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,5 @@
.explore-tags {
@apply bg-carhop-purple-100 py-24 px-4 md:px-12 xl:px-24;
@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;

View File

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