fixed container width issue
This commit is contained in:
parent
a207c7d45d
commit
4a84754dc7
@ -12,7 +12,7 @@ main {
|
|||||||
|
|
||||||
// container
|
// container
|
||||||
.container {
|
.container {
|
||||||
@apply mx-auto max-w-[1320px] px-4;
|
@apply mx-auto 2xl:max-w-[1320px] px-4;
|
||||||
}
|
}
|
||||||
|
|
||||||
// form style
|
// form style
|
||||||
|
Loading…
Reference in New Issue
Block a user