Compare commits
2 Commits
95df2048dd
...
a26a889f35
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a26a889f35 | ||
|
|
75d7774917 |
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user