Files
web/components/MaxWidth/maxWidth.module.css

5 lines
84 B
CSS

.container {
max-width: var(--current-max-width, 1140px);
position: relative;
}