Old Config

This commit is contained in:
Belen Curcio
2020-10-26 10:49:21 -03:00
parent 876cadf8b8
commit 351725d322
6 changed files with 57 additions and 21 deletions

View File

@@ -1,3 +1,7 @@
.root {
@apply text-center p-6 bg-primary text-base text-sm md:flex md:text-left flex-row justify-center items-center font-medium fixed bottom-0 w-full z-30;
@apply text-center p-6 bg-primary text-sm flex-row justify-center items-center font-medium fixed bottom-0 w-full z-30;
@screen md {
@apply flex text-left;
}
}