6 lines
87 B
CSS
6 lines
87 B
CSS
@utility container {
|
|
margin-inline: auto;
|
|
|
|
@apply xl:max-w-[80rem] px-4 lg:px-8;
|
|
}
|