Files
web/components/MaxWidth/maxWidth.module.css
2024-06-13 10:00:16 +02:00

5 lines
76 B
CSS

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