forked from crowetic/commerce
fix mobile
This commit is contained in:
parent
e59b59ef8d
commit
9f49176f9d
@ -1,5 +1,5 @@
|
|||||||
.root {
|
.root {
|
||||||
@apply relative grid items-start gap-8 grid-cols-1;
|
@apply relative grid items-start gap-8 grid-cols-1 overflow-x-hidden;
|
||||||
|
|
||||||
@screen lg {
|
@screen lg {
|
||||||
@apply grid-cols-12;
|
@apply grid-cols-12;
|
||||||
@ -49,7 +49,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
@apply flex flex-col col-span-1;
|
@apply flex flex-col col-span-1 mx-auto max-w-8xl px-12 w-full;
|
||||||
|
|
||||||
@screen lg {
|
@screen lg {
|
||||||
@apply col-span-5 pl-12 pt-20;
|
@apply col-span-5 pl-12 pt-20;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user