Files
payloadcms/examples/nested-docs/next-app/app/_components/Gutter/index.module.scss
2023-12-11 17:40:10 -05:00

14 lines
176 B
SCSS

.gutter {
max-width: var(--max-width);
width: 100%;
margin: auto;
}
.gutterLeft {
padding-left: var(--gutter-h);
}
.gutterRight {
padding-right: var(--gutter-h);
}