fixed container width issue
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user