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