AltitudeWeb/frontend/src/app/pages/altitude/community/community.component.scss

13 lines
153 B
SCSS
Raw Normal View History

.customContainer {
width: 80%;
max-width: 1020px;
margin: auto;
padding: 80px 0;
text-align: center;
}
.hide {
display: none !important;
}