Files
web/components/MaxWidth/maxWidth.module.css
2024-08-22 09:49:02 +02:00

5 lines
76 B
CSS

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