align header and content width

This commit is contained in:
Thomas Ruoff
2021-10-28 23:29:30 +02:00
parent 990b1fb163
commit cef1c76685
2 changed files with 2 additions and 2 deletions

View File

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