4 lines
65 B
CSS
4 lines
65 B
CSS
|
|
.responsive-width {
|
||
|
|
@apply px-5 lg:px-20 xl:px-32 2xl:px-52;
|
||
|
|
}
|