set lang and turn on hyphens

This commit is contained in:
Thomas Ruoff
2021-06-19 00:47:42 +02:00
parent 8ebda7f541
commit 55c680b1d0
2 changed files with 18 additions and 0 deletions

View File

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