8 lines
166 B
SCSS
8 lines
166 B
SCSS
.section.portfolio {
|
|
background: $bg-vanilla;
|
|
.portfolio-feature:nth-child(odd) {
|
|
@media (min-width: 1200px) {
|
|
flex-direction: row-reverse;
|
|
}
|
|
}
|
|
}
|