align padding around main

This commit is contained in:
Thomas Ruoff
2021-06-19 00:29:53 +02:00
parent 946a5cfb2f
commit 8ebda7f541

View File

@@ -14,7 +14,7 @@
}
.main {
@apply flex-grow sm:w-10/12 sm:m-auto px-4 sm:px-6;
@apply flex-grow sm:w-10/12 sm:m-auto p-4 sm:p-6;
}
.form {