Product View Text

This commit is contained in:
Belen Curcio
2020-10-24 19:27:20 -03:00
parent a1c4c16deb
commit 7d48c22c23
3 changed files with 17 additions and 18 deletions

View File

@@ -53,10 +53,10 @@
}
.sidebar {
@apply flex flex-col col-span-1 mx-auto max-w-8xl px-6 w-full;
@apply flex flex-col col-span-1 mx-auto max-w-8xl px-6 w-full h-full;
@screen lg {
@apply col-span-6 pt-20;
@apply col-span-6 py-24 justify-between;
}
}