new_akademy_landing/src/components/ContentWrapper/ContentWrapper.module.css

12 lines
147 B
CSS

.container {
height: 100%;
display: flex;
justify-content: center;
}
.sub_container {
width: 80vw;
max-width: 1200px;
height: 100%;
}