forked from lix-project/lix-website
7 lines
139 B
SCSS
7 lines
139 B
SCSS
.section.portfolio {
|
|
.portfolio-feature:nth-child(odd) {
|
|
@media (min-width: 1200px) {
|
|
flex-direction: row-reverse;
|
|
}
|
|
}
|
|
}
|