This commit is contained in:
okbel
2021-03-19 15:39:57 -03:00
parent b5ba5e76be
commit 4c0c7ebf10
8 changed files with 105 additions and 376 deletions

View File

@@ -1,6 +1,9 @@
.root {
@apply mx-auto grid grid-cols-1 py-32 gap-4;
@screen md {
}
@screen md {
.root {
@apply grid-cols-2;
}
}