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