6 lines
102 B
CSS
6 lines
102 B
CSS
@block layout-centered {
|
|
max-width: var(--content-max-width);
|
|
margin: 0 auto;
|
|
padding: 0 2vw;
|
|
}
|