Fix build

This commit is contained in:
Martin Bavio
2020-11-04 14:48:48 -03:00
parent 768aff1f16
commit 99e42d7c52
5 changed files with 47 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
.root {
@apply text-center p-6 bg-primary text-sm flex-row justify-center items-center font-medium fixed bottom-0 w-full z-30 transition-all duration-300 ease-out;
@screen md {
@apply flex text-left;
}
}