4
0
forked from crowetic/commerce

fix mobile

This commit is contained in:
Julián Benegas 2020-10-22 20:33:03 -03:00
parent e59b59ef8d
commit 9f49176f9d

View File

@ -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;