Improve page paddings

This commit is contained in:
paco
2020-10-08 12:36:00 -06:00
parent 5b597c6a2a
commit 791e8cf18f
3 changed files with 2 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
.root {
@apply flex flex-row h-screen py-12;
@apply flex flex-row h-screen py-12 px-6;
}
.button {