Compare commits
No commits in common. "a26a889f35485565ea285416890a1b6cb8e18aa7" and "95df2048dd2b66ae87976c60272e0a633cac0f62" have entirely different histories.
a26a889f35
...
95df2048dd
|
|
@ -1,5 +1,5 @@
|
||||||
.explore-tags {
|
.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 {
|
.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;
|
||||||
|
|
|
||||||
|
|
@ -4,10 +4,6 @@
|
||||||
@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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user