Files
web/components/MaxWidth/maxWidth.module.css
2024-04-16 09:24:31 +02:00

5 lines
68 B
CSS

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