This commit is contained in:
Bel Curcio
2021-06-07 18:18:43 -03:00
parent a314148ad1
commit 5c79f7a8fd
7 changed files with 18 additions and 12 deletions

View File

@@ -1,5 +1,6 @@
.root {
@apply relative grid items-start gap-1 grid-cols-1 overflow-x-hidden;
min-height: auto;
}
.main {
@@ -63,7 +64,6 @@
@screen lg {
.root {
@apply grid-cols-12;
min-height: 900px;
}
.main {