Changes to Button

This commit is contained in:
Belen Curcio
2020-09-29 19:39:16 -03:00
parent 9c3cb31b49
commit 8355ebb740
3 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
.root {
@apply flex flex-row h-screen py-12;
}
.button {
@apply py-5 uppercase text-center;
min-width: 300px;
}