Responsive Changes

This commit is contained in:
Belen Curcio
2020-10-20 16:29:28 -03:00
parent 78a9a9c451
commit a1ee24e30e
3 changed files with 2 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
@apply relative grid items-start gap-8 grid-cols-1;
@screen lg {
@apply grid-cols-12;
@apply grid-cols-12 pt-10;
}
}