Files
new_akademy_landing/src/components/ContentWrapper/ContentWrapper.module.css
2025-06-11 17:29:29 +05:30

12 lines
147 B
CSS

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