fixed container width issue

This commit is contained in:
Sojon 2023-06-15 16:26:40 +06:00
parent a207c7d45d
commit 4a84754dc7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ main {
// container
.container {
@apply mx-auto max-w-[1320px] px-4;
@apply mx-auto 2xl:max-w-[1320px] px-4;
}
// form style