Latest Perf, Changes

This commit is contained in:
Belen Curcio
2020-11-06 16:30:08 -03:00
parent d74ffb1401
commit 2c40f61dc9
6 changed files with 37 additions and 40 deletions

View File

@@ -1,6 +1,7 @@
.root {
--row-height: calc(100vh - 80px - 56px);
--row-height: calc(100vh - 88px);
@apply grid grid-cols-1 gap-0;
min-height: var(--row-height);
@screen lg {
@apply grid-cols-3 grid-rows-2;