generated from pascalmartineau/wp-skeleton
10 lines
159 B
CSS
10 lines
159 B
CSS
@layer components {
|
|
.container-fluid {
|
|
@apply w-full max-w-screen px-4 sm:px-6 lg:px-8;
|
|
}
|
|
.flex-break-words {
|
|
@apply min-w-0 break-words;
|
|
}
|
|
}
|
|
|