1
0
Fork 0
blog/src/components/atoms/Container.module.css

12 lines
163 B
CSS

.container {
width: 100%;
max-width: var(--maxWidthContent);
margin-left: auto;
margin-right: auto;
}
.wide {
composes: container;
max-width: none;
}