8 lines
85 B
Plaintext
8 lines
85 B
Plaintext
.wrap {
|
|
@apply w-full max-w-3xl mx-auto;
|
|
|
|
&.is-wide {
|
|
@apply max-w-5xl
|
|
}
|
|
}
|