1
0
mirror of https://github.com/vercel/commerce.git synced 2025-04-02 02:05:52 +00:00
2020-10-29 12:10:53 -03:00

24 lines
329 B
CSS

.root {
@apply py-12 flex flex-col w-full px-6;
@screen md {
@apply flex-row;
}
& .asideWrapper {
@apply pr-3 w-full relative;
@screen md {
@apply w-48;
}
}
& .aside {
@apply flex flex-row w-full justify-around mb-12;
@screen md {
@apply mb-0 block sticky top-32;
}
}
}