multi-project/projects/app/_modules/pages/sections/item/page-section.component.scss

17 lines
211 B
SCSS

.section {
margin-top: 24px;
display: flex;
flex-direction: column;
}
@media screen and (max-width: 768px) {
.section {
.content {
images-section {
width: 100%;
}
}
}
}