mirror of
https://github.com/vercel/commerce.git
synced 2025-03-15 06:52:32 +00:00
fix mobile
This commit is contained in:
parent
e59b59ef8d
commit
9f49176f9d
@ -1,5 +1,5 @@
|
||||
.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 {
|
||||
@apply grid-cols-12;
|
||||
@ -49,7 +49,7 @@
|
||||
}
|
||||
|
||||
.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 {
|
||||
@apply col-span-5 pl-12 pt-20;
|
||||
|
Loading…
x
Reference in New Issue
Block a user